*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--gold: #c9a84c;--gold-light: rgba(201,168,76,.12);--black: #0c0c0c;--white: #ffffff;--cream: #fafaf8;--surface: #f5f3ef;--text: #0c0c0c;--text-muted: #6b6b6b;--border: #e8e5e0;--radius: 1.25rem;--radius-lg: 2rem;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--ease: .25s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;letter-spacing:-.02em}.topbar{background:var(--black);color:#ffffffb3;text-align:center;padding:.65rem 1.5rem;font-size:.875rem;font-weight:500}.topbar a{color:var(--gold);text-decoration:none;font-weight:600;margin-left:.4rem;transition:opacity var(--ease)}.topbar a:hover{opacity:.75}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.93);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-inner{max-width:1200px;margin:0 auto;padding:1.1rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--black);text-decoration:none;letter-spacing:-.03em}.logo span{color:var(--gold)}nav{display:flex;align-items:center;gap:2.5rem}nav a{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color var(--ease)}nav a:hover{color:var(--black)}.btn-nav{background:var(--black)!important;color:var(--white)!important;padding:.6rem 1.4rem;border-radius:99px;font-size:.875rem;font-weight:600;transition:transform var(--ease),box-shadow var(--ease)!important}.btn-nav:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0003!important;color:var(--white)!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;border-radius:99px;padding:.85rem 2rem;transition:all var(--ease);white-space:nowrap}.btn-primary{background:var(--gold);color:var(--black)}.btn-primary:hover{background:#b8933a;transform:translateY(-2px);box-shadow:0 8px 24px #c9a84c59}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:#222;transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.btn-ghost{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.3)}.btn-ghost:hover{border-color:var(--white);transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.section-label:before{content:"";display:block;width:1.5rem;height:1.5px;background:var(--gold);border-radius:2px}.hero-section{background:var(--black);min-height:100vh;display:flex;align-items:center;padding:6rem 2.5rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-20%;right:-10%;width:60%;height:140%;background:radial-gradient(ellipse,rgba(201,168,76,.07) 0%,transparent 65%);pointer-events:none}.hero-inner{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.25);color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.45rem 1rem;border-radius:99px;margin-bottom:2rem}.hero-badge:before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.hero-headline{font-size:clamp(2.75rem,5vw,4.5rem);font-weight:800;color:var(--white);line-height:1.08;letter-spacing:-.03em;margin-bottom:1.5rem}.hero-headline em{font-style:italic;color:var(--gold)}.hero-sub{font-size:1.1rem;color:#ffffff8c;line-height:1.75;max-width:480px;margin-bottom:2.5rem}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero-trust{margin-top:3.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:2.5rem}.hero-trust-stat strong{display:block;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--white)}.hero-trust-stat span{font-size:.78rem;color:#fff6;letter-spacing:.04em}.hero-trust-div{width:1px;height:2.5rem;background:rgba(255,255,255,.1)}.hero-visual-wrap{display:flex;justify-content:center;align-items:center;position:relative}.hero-glow{position:absolute;width:380px;height:380px;background:radial-gradient(circle,rgba(201,168,76,.13) 0%,transparent 65%);border-radius:50%;z-index:1}.hero-phone{background:#1c1c1c;border:1px solid rgba(255,255,255,.1);border-radius:2.5rem;padding:1.25rem;width:280px;position:relative;z-index:2;box-shadow:0 40px 80px #00000080,0 0 0 1px #ffffff0a}.hero-phone-notch{width:80px;height:6px;background:rgba(255,255,255,.08);border-radius:99px;margin:0 auto 1.25rem}.hero-phone-app{background:#111;border-radius:1.5rem;overflow:hidden}.hero-phone-header{background:var(--gold);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.hero-phone-title{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--black)}.hero-phone-dot{width:8px;height:8px;border-radius:50%;background:rgba(0,0,0,.35)}.hero-phone-body{padding:1.1rem;display:flex;flex-direction:column;gap:.65rem}.hero-phone-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);border-radius:.875rem;padding:.8rem .9rem;display:flex;align-items:center;gap:.75rem}.hero-phone-card-icon{font-size:1.25rem}.hero-phone-card-title{font-size:.78rem;font-weight:600;color:var(--white);margin-bottom:.15rem}.hero-phone-card-sub{font-size:.68rem;color:#ffffff61}.hero-phone-btn{background:var(--gold);color:var(--black);font-weight:700;font-size:.8rem;text-align:center;padding:.7rem;border-radius:.75rem;margin-top:.25rem}.features-section{background:var(--cream);padding:8rem 2.5rem}.features-header{max-width:1200px;margin:0 auto 5rem;display:flex;align-items:flex-end;justify-content:space-between;gap:3rem}.features-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;max-width:500px}.features-subtitle{font-size:.9375rem;color:var(--text-muted);max-width:340px;line-height:1.75}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease);position:relative;overflow:hidden;cursor:default}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform var(--ease)}.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #00000012;border-color:transparent}.feature-card:hover:before{transform:scaleX(1)}.feature-number{font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--gold);letter-spacing:.06em;margin-bottom:1.25rem}.feature-title{font-size:1.35rem;font-weight:700;margin-bottom:.875rem}.feature-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.75}.about-section{background:var(--surface);padding:8rem 2.5rem}.about-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.about-visual{position:relative}.about-image-wrap{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;position:relative}.about-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.about-badge{position:absolute;bottom:2rem;left:2rem;background:var(--white);border-radius:var(--radius);padding:1.1rem 1.4rem;box-shadow:0 8px 32px #0000001f;display:flex;align-items:center;gap:.875rem}.about-badge-icon{font-size:1.75rem}.about-badge-text strong{display:block;font-family:var(--font-display);font-size:1rem;font-weight:700}.about-badge-text span{font-size:.78rem;color:var(--text-muted)}.about-title{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;margin-bottom:1.5rem}.about-title em{font-style:italic;color:var(--gold)}.about-body{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;padding:1.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-stat strong{display:block;font-family:var(--font-display);font-size:2rem;font-weight:800;line-height:1;margin-bottom:.35rem}.about-stat span{font-size:.78rem;color:var(--text-muted);letter-spacing:.04em}.story-section{background:var(--black);padding:8rem 2.5rem}.story-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.story-quote-mark{font-family:var(--font-display);font-size:7rem;color:var(--gold);line-height:.5;margin-bottom:1.5rem;opacity:.35}.story-quote-text{font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.85rem);font-weight:700;font-style:italic;color:var(--white);line-height:1.55;margin-bottom:2rem}.story-quote-author{display:flex;align-items:center;gap:1rem}.story-author-avatar{width:44px;height:44px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--black)}.story-author-name{font-weight:600;color:var(--white);font-size:.9375rem}.story-author-role{font-size:.78rem;color:#ffffff61}.story-cta{background:#161616;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-lg);padding:3rem}.story-cta-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;color:var(--white);margin-bottom:1rem;line-height:1.2}.story-cta-sub{font-size:.9375rem;color:#ffffff73;line-height:1.75;margin-bottom:2rem}.story-email-form{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.25rem}.story-email-input{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);border-radius:.875rem;padding:.9rem 1.25rem;font-family:var(--font-body);font-size:.9375rem;color:var(--white);outline:none;transition:border-color var(--ease);width:100%}.story-email-input::placeholder{color:#ffffff47}.story-email-input:focus{border-color:var(--gold)}.story-cta-note{font-size:.78rem;color:#ffffff47;text-align:center}.story-cta .btn{width:100%;justify-content:center}.footer{background:#080808;border-top:1px solid rgba(255,255,255,.06);padding:3rem 2.5rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-logo{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--white);letter-spacing:-.03em}.footer-logo span{color:var(--gold)}.footer-links{display:flex;gap:2rem}.footer-links a{font-size:.875rem;color:#ffffff61;text-decoration:none;transition:color var(--ease)}.footer-links a:hover{color:#fffc}.footer-copy{font-size:.78rem;color:#ffffff38}@media (max-width: 900px){.hero-inner,.about-inner,.story-inner{grid-template-columns:1fr;gap:3rem}.hero-visual-wrap,.about-visual{display:none}.features-grid{grid-template-columns:1fr}.features-header{flex-direction:column}.header-inner{padding:1rem 1.5rem}nav{gap:1.5rem}.hero-section,.features-section,.about-section,.story-section{padding:5rem 1.5rem}.footer{padding:2rem 1.5rem}.footer-inner{flex-direction:column;text-align:center}}.hero{position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0;transition:background-image .7s cubic-bezier(.4,0,.2,1)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.55);z-index:1}.hero-blur{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);opacity:.7}.hero-text,.hero-visual{position:relative;z-index:3}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Arial,sans-serif;background:#ffffff;color:#000}.app-container{min-height:100vh;display:flex;flex-direction:column}.top-bar{width:100%;background:#000000;color:#fff;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.55rem 1rem}.top-bar-text{font-size:.9rem;line-height:1.3}.top-bar-highlight{color:#d4af37;font-weight:600}.store-links{display:flex;align-items:center;gap:.5rem}.store-icon{height:18px;width:auto;cursor:pointer;transition:opacity .2s ease}.store-icon:hover{opacity:.75}.header{background:#ffffff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100;width:100%}.header-inner{width:100%;max-width:1400px;margin:0 auto;padding:1.25rem 3.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo{font-size:1.6rem;font-weight:800;color:#000}.header nav{display:flex;gap:1.5rem}.header nav a{text-decoration:none;color:#000;font-weight:500}.header nav a:hover{color:#d4af37}main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem 3rem 3rem}.section-block{margin-top:1rem;width:100%}.section-block h2{font-size:2.2rem;margin-bottom:.75rem;color:#000}.section-subtitle{color:#7a7a7a;margin-bottom:1.25rem}.hero{position:relative;overflow:hidden;display:flex;flex-wrap:wrap;gap:3rem;align-items:center;border-radius:1.6rem;padding:4rem 3.5rem;min-height:90vh;width:100%}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.05)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(0,0,0,.6),rgba(0,0,0,.3))}.hero-text,.hero-visual{position:relative}.hero-text{flex:1 1 320px}.hero-tag{font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:#facc6b;margin-bottom:.9rem}.hero h2{font-size:3rem;line-height:1.05;font-weight:800;margin-bottom:1.1rem;color:#fff}.hero-subtitle{color:#f9f9f9;font-size:1rem;margin-bottom:1.6rem;max-width:520px}.hero-actions{display:flex;gap:1rem;margin-bottom:2.2rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.hero-stats h3{font-size:1.5rem;font-weight:800;color:#fff}.hero-stats p{color:#e5e5e5;font-size:.9rem}.hero-visual{position:relative;flex:1 1 280px;display:flex;justify-content:center;align-items:center}.hero-phone{position:relative;z-index:2;width:260px;border-radius:2rem;background:#ffffff;border:2px solid #000000;box-shadow:0 18px 45px #0000002e;padding:1.1rem 1rem 1.2rem}.hero-phone-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.hero-phone-title{font-size:.9rem;font-weight:600}.hero-phone-badge{font-size:.75rem;padding:.2rem .55rem;border-radius:999px;background:#fff8e6;color:#000;border:1px solid #d4af37}.hero-phone-body p{font-size:.85rem;color:#4b4b4b;margin-bottom:.7rem}.hero-pill-row{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.pill{background:#ffffff;border:1px solid #d4af37;border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:500}.hero-circle{position:absolute;border-radius:999px;border:1px solid rgba(212,175,55,.3)}.hero-circle-1{width:260px;height:260px}.hero-circle-2{width:320px;height:320px}.hero-circle-3{width:380px;height:380px}.btn{padding:.7rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer}.btn-primary{background:#d4af37;border:none;color:#000}.btn-primary:hover{background:#c19b2f}.btn-outline{background:transparent;border:2px solid #000000;color:#000;transition:all .3s ease}.btn-outline:hover{background:#000000;color:#fff}.btn-full{width:100%}.features{background:#ffffff;width:100%}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}.feature-card{padding:1.8rem;border-radius:1.2rem;background:#fff8e6;border:1px solid #e8d8a6;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #d4af3726}.feature-icon{display:block;margin-bottom:1rem;width:30px;height:30px;background-color:#d4af37;border-radius:6px}.feature-card h3{font-size:1.15rem;margin-bottom:.6rem}.feature-card p{color:#4b4b4b;font-size:.9rem}.placeholder{margin-top:3.5rem;padding:1.25rem 2rem;background:#fefefd;border:2px dashed #d4af37;border-radius:1rem;text-align:center;font-style:italic}.placeholder h3{font-size:1.15rem;color:#d4af37;margin-bottom:.25rem}.placeholder p{color:#7a7a7a;font-style:normal}.story-section{width:100%;margin-top:6rem}.story-premium{border-radius:2.2rem;background:#000000;color:#fff;padding:3.2rem;border:1px solid rgba(212,175,55,.12);box-shadow:0 22px 60px #0000002e}.story-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:2.5rem;align-items:stretch}.story-left{display:flex;flex-direction:column;gap:1rem}.story-seal{display:inline-flex;align-self:flex-start;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:#000;background:#d4af37;padding:.45rem .9rem;border-radius:999px;font-weight:700}.story-title{font-size:2.3rem;line-height:1.15;margin-top:.25rem}.story-title-accent{color:#d4af37}.story-subtitle{color:#ffffffdb;line-height:1.7;max-width:56ch}.story-testimonial{display:flex;gap:1rem;margin-top:.75rem;padding:1.2rem;border-radius:1.4rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.story-avatar{width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:800;background:rgba(212,175,55,.18);border:1px solid rgba(212,175,55,.35);color:#d4af37;flex:0 0 auto}.story-quote{color:#ffffffeb;line-height:1.65;margin-bottom:.4rem}.story-author{color:#ffffffb3;font-size:.9rem}.story-dots{display:flex;gap:.45rem;margin-top:.5rem}.dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.25)}.dot-active{background:#d4af37}.story-right{display:flex;flex-direction:column;justify-content:space-between;gap:1.2rem}.story-cta{border-radius:1.8rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:1.8rem}.story-cta-kicker{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:#ffffffbf;margin-bottom:.6rem}.story-cta-title{font-size:1.6rem;margin-bottom:.6rem}.story-cta-text{color:#ffffffd1;line-height:1.65;margin-bottom:1.2rem}.story-cta-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.1rem}.btn-outline-dark{background:transparent;border:2px solid #ffffff;color:#fff;transition:all .25s ease}.btn-outline-dark:hover{background:#ffffff;color:#000}.story-badges{display:flex;gap:.65rem;align-items:center}.badge-link{display:inline-flex;align-items:center}.badge-icon{height:18px;width:auto;opacity:.9;transition:opacity .2s ease,transform .2s ease}.badge-icon:hover{opacity:1;transform:translateY(-1px)}.story-logo-stamp{display:flex;justify-content:flex-end;align-items:center;opacity:.95}.story-logo-stamp img{width:160px;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.35))}@media (max-width: 900px){.story-premium{padding:2.2rem 1.5rem;border-radius:1.7rem}.story-grid{grid-template-columns:1fr}.story-title{font-size:1.9rem}.story-logo-stamp{justify-content:flex-start}}.testimonial-quote{font-style:italic;font-size:1.1rem;margin-bottom:1rem}.testimonial-author{font-weight:600;text-align:right;font-size:.9rem}.about-section{width:100%}.about-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1.35fr);gap:2.5rem;align-items:stretch}.about-image-card{background:#000000;border-radius:2rem;padding:2.2rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 18px 45px #0000001f}.about-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;border-radius:999px;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#000;background:#d4af37;font-weight:800;width:fit-content;margin-bottom:1.2rem}.about-photo{border-radius:1.6rem;min-height:400px;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:linear-gradient(135deg,rgba(212,175,55,.85),rgba(0,0,0,.92))}.about-image-caption{margin-top:1.2rem;font-size:.95rem;line-height:1.6;color:#f3f3f3;max-width:38ch}.about-content-card{background:#fff9ec;border-radius:2rem;padding:2.5rem 2.7rem;border:1px solid rgba(212,175,55,.25);box-shadow:0 18px 45px #0000000a}.about-kicker{font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;color:#b38724;margin-bottom:.8rem;font-weight:700}.about-title{font-size:2.1rem;line-height:1.15;margin-bottom:1.1rem;color:#000}.about-gold{color:#b38724}.about-body{font-size:.98rem;color:#2f2f2f;line-height:1.75;margin-bottom:1rem}.about-list{list-style:none;padding:0;margin:1.2rem 0}.about-list li{position:relative;padding-left:1.5rem;margin-bottom:.65rem;font-size:.96rem;color:#2d2d2d;line-height:1.55}.about-list li strong{color:#000}.about-list li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;border-radius:999px;background:#d4af37}.about-note{font-size:.92rem;color:#555;line-height:1.6;margin-top:.6rem}.about-trust{margin-top:1.75rem;border-radius:1.4rem;border:1px solid #eeeeee;background:#ffffff;padding:1.25rem 1.6rem;display:flex;align-items:center;justify-content:center;gap:1.6rem;box-shadow:0 12px 30px #00000008}.about-trust-item{display:flex;flex-direction:column;align-items:center;min-width:140px}.about-trust-number{font-size:1.4rem;font-weight:900;color:#000}.about-trust-label{font-size:.9rem;color:#6b6b6b;margin-top:.25rem}.about-trust-divider{width:1px;height:34px;background:#e8e8e8}@media (max-width: 900px){.about-grid{grid-template-columns:1fr}.about-image-card,.about-content-card{border-radius:1.6rem;padding:2rem 1.75rem}.about-photo{min-height:240px}.about-trust{flex-direction:column;gap:1rem}.about-trust-divider{width:60px;height:1px}}.footer{padding:1.5rem 3.5rem;text-align:center;font-size:.9rem;background:#000000;color:#fff;width:100%}@media (max-width: 900px){.header-inner{padding:1rem 1.25rem;flex-direction:column;align-items:flex-start}main{padding:2.5rem 1.25rem 3rem}.hero{padding:3rem 1.5rem;min-height:auto}.hero h2{font-size:2.2rem}.story-inner{padding:2.2rem 1.8rem}.footer{padding:1.5rem 1.25rem}.about-grid{grid-template-columns:1fr}.about-image-card,.about-content-card{border-radius:1.6rem;padding:2rem 1.75rem}.about-section{margin-top:4rem}}
