@font-face{font-family:InterDisplay;src:local('Inter Display'),local('Inter');font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#ebe5da;color:#171713;font-family:InterDisplay,Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}.grain{position:fixed;inset:0;pointer-events:none;opacity:.12;z-index:50;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E")}.site-header{height:82px;position:fixed;top:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:0 4.2vw;border-bottom:1px solid rgba(23,23,19,.12);background:rgba(235,229,218,.83);backdrop-filter:blur(22px)}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand-mark{width:36px;height:36px;border-radius:50%;background:#171713;color:#f1ebdf;display:grid;place-items:center;font-family:Georgia,serif;font-size:20px;font-style:italic}.brand-word{font-weight:700;letter-spacing:.14em;font-size:13px}.main-nav{display:flex;gap:30px}.main-nav a{font-size:13px;text-decoration:none;color:#5f5b53;transition:.25s;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:#171713;transition:.25s}.main-nav a:hover,.main-nav a.is-active{color:#171713}.main-nav a.is-active:after{right:0}.header-actions{display:flex;align-items:center;gap:20px}.language-switcher{display:flex;gap:8px}.language-switcher button{border:0;background:transparent;padding:5px 4px;font:inherit;font-size:11px;color:#8a847a;cursor:pointer}.language-switcher button.is-active{color:#171713;font-weight:700}.header-cta{color:#f7f3eb;background:#171713;text-decoration:none;font-size:12px;padding:13px 18px;border-radius:999px;letter-spacing:.02em}.menu-toggle{display:none;border:0;background:none;width:36px;height:36px}.menu-toggle span{display:block;height:1px;background:#171713;margin:7px 0}.view{display:none;min-height:70vh}.view.is-active{display:block;animation:viewIn .55s cubic-bezier(.2,.7,.2,1)}@keyframes viewIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hero-shell{min-height:calc(100vh - 34px);padding:132px 4.2vw 68px;display:grid;grid-template-columns:1.02fr .98fr;gap:5vw;align-items:center;max-width:1680px;margin:auto}.hero-copy{padding-left:4vw}.eyebrow,.page-kicker{display:flex;align-items:center;gap:10px;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#777166}.eyebrow span:first-child{width:24px;height:1px;background:#8c806f}.hero-copy h1,.workspace-heading h1,.checkout-intro h1,.editorial-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(58px,6.25vw,110px);font-weight:400;line-height:.89;letter-spacing:-.055em;margin:34px 0 30px}.hero-copy h1 em,.workspace-heading h1 em,.checkout-intro h1 em,.editorial-hero h1 em,.section-heading h2 em{font-weight:400;color:#857969}.hero-copy>p{max-width:575px;color:#68645d;font-size:17px;line-height:1.7;margin:0}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:38px}.button{border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:space-between;gap:28px;border-radius:999px;padding:17px 21px;font-size:13px;cursor:pointer;transition:.3s;font-family:inherit}.button-dark{background:#171713;color:#f5f0e7;box-shadow:0 14px 38px rgba(20,20,16,.13)}.button-dark:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(20,20,16,.2)}.button-arrow{font-size:18px}.text-link{display:inline-flex;align-items:center;gap:22px;text-decoration:none;color:#171713;font-size:13px;border-bottom:1px solid rgba(23,23,19,.3);padding-bottom:5px}.trust-row{margin-top:75px;display:flex;gap:40px}.trust-row div{display:flex;align-items:center;gap:10px}.trust-row strong{font-family:Georgia,serif;font-weight:400;color:#8a7c69}.trust-row span{font-size:11px;color:#6d685f;white-space:nowrap}.hero-stage{min-height:650px;position:relative;display:grid;place-items:center}.stage-orbit{position:absolute;border:1px solid rgba(23,23,19,.08);border-radius:50%}.orbit-one{width:650px;height:650px}.orbit-two{width:520px;height:520px}.product-card{background:#f5f0e7;border:1px solid rgba(23,23,19,.12);box-shadow:0 35px 90px rgba(62,51,37,.17)}.main-product-card{width:min(475px,75%);border-radius:30px;padding:18px;position:relative;z-index:2;transform:rotate(-1.5deg)}.card-topline{height:38px;display:flex;align-items:flex-start;justify-content:space-between;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#777166}.status-pill{display:flex;align-items:center;gap:6px;background:#e6eadf;padding:6px 9px;border-radius:999px;color:#4f5f43}.status-pill i,.secure-dot i{width:6px;height:6px;border-radius:50%;background:#677d55}.product-visual{height:420px;background:linear-gradient(145deg,#d9d0c3,#efe9df);border-radius:21px;overflow:hidden;position:relative}.product-visual svg{width:100%;height:100%;padding:16px}.scan-line{position:absolute;left:37px;right:37px;top:37%;height:1px;background:linear-gradient(90deg,transparent,#f0d38d,transparent);box-shadow:0 0 14px #f0d38d;animation:scan 4s ease-in-out infinite}@keyframes scan{0%,100%{top:30%;opacity:.25}50%{top:73%;opacity:1}}.product-meta{display:grid;grid-template-columns:repeat(3,1fr);padding:18px 7px 4px}.product-meta div{border-right:1px solid rgba(23,23,19,.1);padding-left:12px}.product-meta div:last-child{border:0}.product-meta small,.product-meta strong{display:block}.product-meta small{color:#8a847a;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.product-meta strong{font-size:12px;margin-top:6px}.floating-card{position:absolute;z-index:4;background:rgba(248,244,236,.92);backdrop-filter:blur(14px);border:1px solid rgba(23,23,19,.12);box-shadow:0 20px 55px rgba(50,42,32,.14);border-radius:18px;padding:15px 17px;display:flex;align-items:center;gap:12px}.floating-card small,.floating-card strong{display:block}.floating-card small{font-size:8px;letter-spacing:.12em;color:#888074}.floating-card strong{font-family:Georgia,serif;font-size:15px;font-weight:400;margin-top:4px}.floating-card-left{left:2%;top:23%}.floating-card-right{right:0;bottom:20%}.mini-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#171713;color:#e2cc98}.score-ring{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#171713 0 92%,#d9d3c9 92%);position:relative}.score-ring:before{content:"";position:absolute;inset:4px;border-radius:50%;background:#f5f0e7}.score-ring span{position:relative;font-size:11px;font-weight:700}.brand-strip{height:84px;background:#171713;color:#f4efe6;display:flex;align-items:center;overflow:hidden}.brand-strip>span{flex:0 0 auto;padding:0 4.2vw;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#9e998e;border-right:1px solid #3c3b36}.brand-marquee{overflow:hidden;white-space:nowrap;width:100%}.brand-marquee div{display:inline-block;padding-left:4vw;letter-spacing:.16em;font-size:12px;animation:marquee 28s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.feature-section{padding:120px 8vw 140px;max-width:1680px;margin:auto}.section-heading{display:grid;grid-template-columns:1fr 3fr;margin-bottom:62px}.section-index{font-family:Georgia,serif;color:#8a7c69}.section-heading p{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#777166}.section-heading h2{font-family:Georgia,serif;font-size:clamp(44px,5vw,76px);font-weight:400;line-height:.96;letter-spacing:-.04em;margin:15px 0}.feature-grid{display:grid;grid-template-columns:1.2fr 1fr 1.1fr;gap:16px}.feature-card{min-height:430px;background:#f3eee5;border:1px solid rgba(23,23,19,.1);border-radius:26px;padding:28px;position:relative;overflow:hidden;display:flex;flex-direction:column}.feature-card-dark{background:#181815;color:#f3ede3}.feature-card-accent{background:#d8cfc0}.feature-number{position:absolute;right:28px;top:30px;color:#968e82;font-family:Georgia,serif}.feature-icon{width:52px;height:52px;border-radius:50%;border:1px solid currentColor;display:grid;place-items:center;font-size:22px;opacity:.8}.feature-card h3{font-family:Georgia,serif;font-size:29px;font-weight:400;margin:55px 0 15px}.feature-card p{font-size:13px;line-height:1.7;opacity:.65;max-width:320px}.photo-stack{margin-top:auto;height:100px;display:flex;align-items:end;padding-left:12px}.photo-stack span{width:76px;height:92px;border-radius:13px;background:linear-gradient(145deg,#676056,#2d2b28);border:2px solid #181815;margin-left:-12px;box-shadow:-8px 0 20px rgba(0,0,0,.2)}.photo-stack span:nth-child(2){height:82px;background:linear-gradient(145deg,#b9a98f,#6a5c4b)}.photo-stack span:nth-child(3){height:72px;background:linear-gradient(145deg,#e0d3bd,#8a7964)}.photo-stack span:last-child{height:60px;background:#efe7d9;color:#171713;display:grid;place-items:center;font-size:12px}.analysis-bars{margin-top:auto;display:grid;gap:13px}.analysis-bars i{height:5px;background:linear-gradient(90deg,#171713 var(--w),#d9d2c7 var(--w));border-radius:99px}.certificate-mini{margin-top:auto;background:#f1e9dc;border:1px solid rgba(23,23,19,.14);border-radius:17px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.cert-monogram{width:40px;height:40px;background:#171713;color:#eee5d7;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-style:italic}.certificate-mini small,.certificate-mini strong{display:block}.certificate-mini small{font-size:8px;letter-spacing:.16em}.certificate-mini strong{font-size:10px;margin-top:5px}.qr-mini{width:38px;height:38px;background:repeating-conic-gradient(#171713 0 25%,transparent 0 50%) 0/8px 8px;border:4px solid #f1e9dc;outline:1px solid #171713}.workspace-page,.checkout-page,.certificate-page,.editorial-page,.pricing-page{padding:140px 5vw 120px;max-width:1580px;margin:auto}.workspace-heading,.certificate-toolbar{display:flex;justify-content:space-between;align-items:end;margin-bottom:58px}.workspace-heading h1{font-size:clamp(46px,5.2vw,82px);margin:18px 0 0}.progress-steps{display:flex;align-items:center;gap:11px;font-size:11px;color:#aaa399}.progress-steps span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid #bdb6aa}.progress-steps span.active{background:#171713;color:#f5f0e7;border-color:#171713}.progress-steps i{width:35px;height:1px;background:#c8c0b4}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}.workspace-main{display:grid;gap:18px}.panel{background:#f3eee5;border:1px solid rgba(23,23,19,.1);border-radius:25px;padding:27px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:26px}.panel-heading>div{display:flex;gap:15px}.step-badge{width:29px;height:29px;border-radius:50%;border:1px solid #91877a;display:grid;place-items:center;font-family:Georgia,serif;font-size:11px}.panel h2{font-family:Georgia,serif;font-size:25px;font-weight:400;margin:0}.panel p{font-size:12px;color:#7a746b;margin:7px 0 0}.panel-state{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#8e877b;background:#e8e1d7;border-radius:999px;padding:8px 11px}.panel-state.is-complete{background:#dce5d6;color:#516147}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.category-tile{min-height:155px;border:1px solid rgba(23,23,19,.1);background:#ece6dc;border-radius:18px;padding:18px;text-align:left;position:relative;cursor:pointer;transition:.28s;font-family:inherit;color:#171713}.category-tile:hover{transform:translateY(-4px);background:#f7f2e9;box-shadow:0 15px 35px rgba(50,42,32,.08)}.category-tile.is-selected{background:#171713;color:#f4eee4;border-color:#171713}.category-tile .category-icon{font-family:Georgia,serif;font-size:30px;display:block;margin-bottom:30px}.category-tile strong,.category-tile small{display:block}.category-tile strong{font-size:13px}.category-tile small{font-size:9px;color:inherit;opacity:.55;margin-top:6px}.category-tile i{position:absolute;top:18px;right:18px;font-style:normal;font-size:13px}.select-wrap{position:relative}.select-wrap select{appearance:none;width:100%;border:1px solid rgba(23,23,19,.16);background:#f7f2e9;border-radius:14px;padding:17px;font:inherit;font-size:13px;color:#171713;outline:0}.select-wrap>span{position:absolute;right:18px;top:15px}.quick-brands{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.quick-brands button{border:1px solid rgba(23,23,19,.14);background:transparent;border-radius:999px;padding:8px 11px;font-size:9px;letter-spacing:.07em;cursor:pointer}.quick-brands button.is-selected{background:#171713;color:#f5f0e7}.upload-zone{min-height:230px;border:1px dashed #a9a094;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#eee8de;cursor:pointer;transition:.25s}.upload-zone:hover{background:#f5f0e7;border-color:#171713}.upload-symbol{width:65px;height:65px;border-radius:50%;background:#171713;color:#f1ebdf;display:grid;place-items:center;position:relative;margin-bottom:18px}.upload-symbol i{position:absolute;inset:-8px;border:1px solid rgba(23,23,19,.16);border-radius:50%}.upload-symbol b{font-size:24px;font-weight:300}.upload-zone strong{font-family:Georgia,serif;font-size:20px;font-weight:400}.upload-zone small{color:#817a70;margin-top:8px;font-size:10px}.upload-button{margin-top:17px;border:1px solid rgba(23,23,19,.18);border-radius:999px;padding:9px 14px;font-size:10px}.photo-guides{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:17px}.photo-guides>div{height:110px;background:#e6dfd4;border-radius:14px;padding:12px;position:relative;display:flex;align-items:end}.photo-guides>div>span{position:absolute;top:10px;left:11px;font-size:8px;color:#817a70}.photo-guides strong{font-size:9px;position:relative}.guide-visual{position:absolute;inset:20px 25px 32px;border:1px solid rgba(23,23,19,.25);border-radius:8px}.guide-visual.label{inset:28px 32px 44px;border-radius:2px}.guide-visual.detail{border-radius:50%;inset:23px 38px 38px}.guide-visual:after{content:"";position:absolute;inset:6px;border:1px solid rgba(23,23,19,.13);border-radius:inherit}.preview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:16px}.preview-item{aspect-ratio:1;border-radius:13px;overflow:hidden;position:relative;background:#ddd5ca}.preview-item img{width:100%;height:100%;object-fit:cover}.preview-item button{position:absolute;right:7px;top:7px;width:24px;height:24px;border:0;border-radius:50%;background:rgba(20,20,18,.75);color:white;cursor:pointer}.workspace-aside{position:sticky;top:103px}.summary-card{background:#171713;color:#f2ece2;border-radius:27px;padding:24px;box-shadow:0 35px 80px rgba(45,38,29,.19)}.summary-top{display:flex;justify-content:space-between;align-items:start}.summary-top small,.summary-top strong{display:block}.summary-top small{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#a8a196}.summary-top strong{font-size:12px;margin-top:6px}.secure-dot{display:flex;align-items:center;gap:6px;font-size:9px;color:#aeb9a5}.summary-visual{height:220px;border-radius:18px;background:linear-gradient(145deg,#302d28,#22211e);margin:23px 0;display:grid;place-items:center;overflow:hidden}.summary-visual img{width:100%;height:100%;object-fit:cover}.summary-placeholder{text-align:center}.summary-placeholder span{font-family:Georgia,serif;font-size:48px;color:#71695e}.summary-placeholder small{display:block;font-size:8px;color:#837b70;margin-top:8px}.summary-list{display:grid}.summary-list>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.09);font-size:11px}.summary-list span{color:#9f998f}.summary-list strong{font-weight:500}.price-line{display:flex;justify-content:space-between;align-items:end;padding:20px 0}.price-line span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#9f998f}.price-line strong{font-family:Georgia,serif;font-size:31px;font-weight:400}.button-full{width:100%}.button:disabled{opacity:.3;cursor:not-allowed;transform:none;box-shadow:none}.summary-card .button-dark{background:#f2ece2;color:#171713}.privacy-note{display:flex;gap:8px;font-size:8px!important;line-height:1.5;color:#858077!important;margin:16px 4px 0!important}.checkout-page{padding-top:155px}.checkout-intro{text-align:center;max-width:790px;margin:0 auto 60px}.checkout-intro h1{font-size:clamp(48px,5.5vw,84px);margin:19px 0}.checkout-intro p{color:#716b62;font-size:14px}.checkout-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:20px;max-width:1050px;margin:auto}.payment-card,.order-card{background:#f4efe6;border:1px solid rgba(23,23,19,.11);border-radius:27px}.payment-card{padding:24px}.payment-tabs{display:grid;grid-template-columns:1fr 1fr;background:#e7e0d5;border-radius:15px;padding:5px;margin-bottom:25px}.payment-tabs button{height:52px;border:0;border-radius:11px;background:transparent;font:inherit;font-size:11px;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;color:#6f695f}.payment-tabs button.active{background:#f8f4ed;color:#171713;box-shadow:0 6px 18px rgba(40,34,27,.08)}.payment-icon{font-size:19px}.paypal-mark{font-weight:800;font-size:20px;color:#173f78}.payment-panel{display:none}.payment-panel.active{display:block}.payment-card label{display:block;margin-bottom:17px}.payment-card label>span:first-child{display:block;font-size:10px;margin-bottom:8px;color:#625d55}.payment-card input{width:100%;height:52px;border:1px solid rgba(23,23,19,.15);border-radius:12px;background:#fbf8f2;padding:0 14px;font:inherit;font-size:13px;outline:0}.payment-card input:focus{border-color:#171713;box-shadow:0 0 0 3px rgba(23,23,19,.06)}.input-card,.input-cvc{position:relative}.input-card input{padding-right:95px}.card-logos{position:absolute;right:12px;top:17px;display:flex;gap:5px}.card-logos i{font-style:normal;font-size:7px;border:1px solid #c7c0b5;padding:4px;border-radius:3px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.input-cvc span{position:absolute;right:13px;top:15px;width:22px;height:22px;border:1px solid #b8b0a4;border-radius:50%;display:grid!important;place-items:center;font-size:9px}.paypal-box{text-align:center;padding:27px 20px 34px}.paypal-large{width:65px;height:65px;border-radius:18px;background:#173f78;color:#fff;display:grid;place-items:center;margin:auto;font-size:36px;font-weight:800}.paypal-box h3{font-family:Georgia,serif;font-size:23px;font-weight:400}.paypal-box p{font-size:11px;color:#79736a}.check-line{display:flex!important;gap:10px;align-items:flex-start;margin:20px 0!important}.check-line>input{display:none}.check-line>span{display:flex!important;gap:10px;color:#777066!important;font-size:9px!important;line-height:1.55}.check-line i{width:17px;height:17px;border:1px solid #aaa195;border-radius:4px;display:block;flex:0 0 auto;position:relative}.check-line input:checked+span i{background:#171713}.check-line input:checked+span i:after{content:'✓';color:white;position:absolute;inset:0;display:grid;place-items:center;font-size:10px}.pay-button>span:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.pay-button small{font-size:9px;color:#aaa49a}.pay-button strong{font-size:14px}.payment-security{display:flex;justify-content:center;gap:8px;color:#898277;font-size:8px;margin-top:16px}.order-card{padding:20px}.order-image{height:185px;border-radius:18px;background:linear-gradient(145deg,#292721,#10100e);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#eae2d4;gap:10px}.order-monogram{width:67px;height:67px;border-radius:50%;border:1px solid #8e836f;display:grid;place-items:center;font-family:Georgia,serif;font-size:37px;font-style:italic}.order-image span{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#9f978a}.order-head{display:flex;justify-content:space-between;padding:20px 3px 15px;border-bottom:1px solid rgba(23,23,19,.1)}.order-head small,.order-head strong{display:block}.order-head small{font-size:8px;color:#8f887e;text-transform:uppercase}.order-head strong{font-size:11px;margin-top:5px}.order-head>span{font-size:8px;background:#e7dfd2;border-radius:999px;padding:7px 9px;height:max-content}.order-details{padding:10px 2px}.order-details div{display:flex;justify-content:space-between;padding:8px 0;font-size:10px}.order-details span{color:#807970}.order-total{display:flex;justify-content:space-between;align-items:end;border-top:1px solid rgba(23,23,19,.1);padding:18px 2px}.order-total span{font-size:10px}.order-total strong{font-family:Georgia,serif;font-size:29px;font-weight:400}.included{background:#eae3d8;border-radius:15px;padding:14px;display:grid;gap:10px}.included small{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#887f74;margin-bottom:3px}.included span{font-size:9px}.certificate-toolbar h1{font-family:Georgia,serif;font-size:45px;font-weight:400;margin:12px 0 0}.certificate-toolbar>div:last-child{display:flex;gap:10px}.outline-button{border:1px solid rgba(23,23,19,.18);background:transparent;border-radius:999px;padding:14px 18px;display:flex;gap:9px;cursor:pointer}.certificate-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px}.certificate-document{background:#f6f1e8;border:1px solid rgba(23,23,19,.13);padding:44px;min-height:980px;box-shadow:0 35px 80px rgba(49,41,31,.13);position:relative}.certificate-document:before{content:"";position:absolute;inset:14px;border:1px solid rgba(23,23,19,.12);pointer-events:none}.cert-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:32px;border-bottom:1px solid #bfb7aa}.cert-brand{display:flex;align-items:center;gap:13px}.cert-brand>span{width:48px;height:48px;border-radius:50%;background:#171713;color:#eee5d8;display:grid;place-items:center;font-family:Georgia,serif;font-size:25px;font-style:italic}.cert-brand strong,.cert-brand small,.cert-id small,.cert-id strong{display:block}.cert-brand strong{letter-spacing:.15em;font-size:13px}.cert-brand small,.cert-id small{font-size:7px;letter-spacing:.14em;color:#8b8378;margin-top:5px}.cert-id{text-align:right}.cert-id strong{font-size:11px;margin-top:7px}.cert-result{text-align:center;padding:80px 10% 55px}.result-label{font-size:8px;letter-spacing:.19em;color:#8a8175}.cert-result h2{font-family:Georgia,serif;font-size:42px;font-weight:400;line-height:1.12;margin:24px 0}.cert-result p{font-size:10px;color:#756f66;line-height:1.7}.cert-score{max-width:570px;margin:auto;border-top:1px solid #cbc3b7;border-bottom:1px solid #cbc3b7;padding:28px 0;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:34px}.large-score span{font-family:Georgia,serif;font-size:68px}.large-score small{font-size:11px;color:#8b8378}.cert-score>div:last-child small,.cert-score>div:last-child strong{display:block}.cert-score>div:last-child small{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#8b8378}.cert-score>div:last-child strong{font-size:15px;margin-top:7px}.score-bar{height:4px;background:#d6cfc4;margin-top:15px}.score-bar i{display:block;width:92%;height:100%;background:#171713}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#c9c1b5;margin:52px 0}.cert-grid div{background:#f6f1e8;padding:16px}.cert-grid small,.cert-grid strong{display:block}.cert-grid small{font-size:7px;color:#8c8479;text-transform:uppercase;letter-spacing:.12em}.cert-grid strong{font-size:10px;margin-top:7px}.cert-findings{border-top:1px solid #bfb7aa}.findings-head,.finding-row{display:grid;grid-template-columns:50px 1fr 40px;align-items:center;border-bottom:1px solid #d2cabf;padding:15px 0}.findings-head{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:#8b8378}.findings-head span:first-child{grid-column:1/3}.finding-row span{font-family:Georgia,serif;color:#8d8478}.finding-row strong{font-size:10px}.finding-row i{text-align:right;font-style:normal}.cert-footer{display:flex;justify-content:space-between;align-items:end;margin-top:55px}.cert-footer small,.cert-footer strong{display:block}.cert-footer small{font-size:7px;letter-spacing:.15em;color:#887f74}.cert-footer strong{font-size:9px;margin-top:6px}.qr-code{width:87px;height:87px;display:grid;grid-template-columns:repeat(4,1fr);gap:3px;padding:5px;border:1px solid #171713}.qr-code span{background:#171713}.qr-code span:nth-child(2),.qr-code span:nth-child(5),.qr-code span:nth-child(7),.qr-code span:nth-child(12),.qr-code span:nth-child(14){background:transparent}.certificate-aside{display:grid;gap:14px;align-content:start}.aside-status,.aside-block{background:#f3eee5;border:1px solid rgba(23,23,19,.1);border-radius:21px;padding:23px}.status-icon{width:42px;height:42px;border-radius:50%;background:#dce6d7;color:#516248;display:grid;place-items:center}.aside-status h3{font-family:Georgia,serif;font-size:21px;font-weight:400}.aside-status p,.aside-block p{font-size:10px;color:#746e65;line-height:1.65}.aside-block small{font-size:8px;text-transform:uppercase;letter-spacing:.14em}.share-buttons{display:flex;gap:8px;margin-top:15px}.share-buttons button{width:39px;height:39px;border-radius:50%;border:1px solid #c2baae;background:transparent}.editorial-page,.pricing-page{padding-top:170px}.editorial-hero{max-width:1000px;margin-bottom:90px}.editorial-hero h1{font-size:clamp(55px,7vw,105px);margin:20px 0 28px}.editorial-hero p{max-width:620px;color:#716b62;line-height:1.7}.method-list{border-top:1px solid #aaa195}.method-list article{display:grid;grid-template-columns:1fr 3fr;padding:44px 0;border-bottom:1px solid #c4bcaf}.method-list article>span{font-family:Georgia,serif;color:#8a7d69}.method-list h2{font-family:Georgia,serif;font-weight:400;font-size:29px;margin:0}.method-list p{max-width:650px;color:#746e65;line-height:1.7;font-size:13px}.pricing-card{max-width:750px;background:#171713;color:#f2ece2;border-radius:30px;padding:40px;display:grid;grid-template-columns:1fr 1.3fr;gap:35px;align-items:center}.price{display:block;font-family:Georgia,serif;font-size:100px}.pricing-card small{color:#999287}.pricing-card ul{list-style:none;padding:0;margin:0;display:grid;gap:16px;font-size:11px}.pricing-card .button{grid-column:1/-1;background:#f2ece2;color:#171713}.site-footer{background:#171713;color:#eee8de;padding:65px 4.2vw 22px;display:grid;grid-template-columns:1.4fr 1fr;gap:70px}.footer-brand{display:flex;gap:15px}.footer-brand strong{letter-spacing:.14em;font-size:12px}.footer-brand p{color:#89847b;font-size:11px;margin-top:10px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-links div{display:grid;gap:10px}.footer-links small{color:#77736c;font-size:8px;text-transform:uppercase;letter-spacing:.15em;margin-bottom:6px}.footer-links a{color:#ddd7cd;text-decoration:none;font-size:11px}.footer-bottom{grid-column:1/-1;border-top:1px solid #353531;padding-top:20px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:20px;color:#706d67;font-size:8px}.footer-bottom span:last-child{text-align:right}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#171713;color:#fff;padding:12px 18px;border-radius:999px;font-size:10px;opacity:0;pointer-events:none;transition:.3s;z-index:60}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:1100px){.hero-shell{grid-template-columns:1fr;padding-top:140px}.hero-copy{padding:0}.hero-stage{min-height:620px}.feature-grid{grid-template-columns:1fr 1fr}.feature-card:first-child{grid-column:1/-1}.workspace-grid,.certificate-layout{grid-template-columns:1fr}.workspace-aside{position:static}.summary-card{max-width:none}.checkout-grid{grid-template-columns:1fr}.order-card{order:-1;max-width:600px;margin:auto;width:100%}.category-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.site-header{height:70px;padding:0 18px}.brand-word{font-size:11px}.main-nav{position:fixed;top:70px;left:0;right:0;background:#ebe5da;padding:25px;display:none;flex-direction:column;border-bottom:1px solid #cfc7bb}.main-nav.open{display:flex}.header-cta,.language-switcher{display:none}.menu-toggle{display:block}.hero-shell{padding:115px 20px 55px}.hero-copy h1{font-size:58px}.hero-copy>p{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row{overflow:auto;gap:25px;margin-top:45px}.hero-stage{min-height:470px}.orbit-one{width:430px;height:430px}.orbit-two{width:350px;height:350px}.main-product-card{width:88%;padding:12px;border-radius:22px}.product-visual{height:300px}.floating-card-left{left:0;top:10%}.floating-card-right{right:0;bottom:5%}.floating-card{padding:10px}.brand-strip{height:70px}.brand-strip>span{display:none}.feature-section{padding:80px 20px}.section-heading{grid-template-columns:1fr}.section-index{display:none}.feature-grid{grid-template-columns:1fr}.feature-card:first-child{grid-column:auto}.workspace-page,.checkout-page,.certificate-page,.editorial-page,.pricing-page{padding:115px 18px 80px}.workspace-heading{align-items:flex-start;gap:25px}.workspace-heading h1{font-size:47px}.progress-steps{display:none}.panel{padding:19px}.panel-heading{gap:12px}.panel-heading>div{gap:9px}.panel-heading p{display:none}.category-grid{grid-template-columns:1fr 1fr}.category-tile{min-height:135px;padding:14px}.photo-guides{grid-template-columns:1fr 1fr}.preview-grid{grid-template-columns:repeat(3,1fr)}.checkout-intro h1{font-size:49px}.payment-card{padding:16px}.field-row{grid-template-columns:1fr}.certificate-toolbar{align-items:flex-start;flex-direction:column;gap:25px}.certificate-toolbar>div:last-child{width:100%;flex-wrap:wrap}.certificate-document{padding:27px 22px;min-height:auto}.cert-header{align-items:flex-start}.cert-result{padding:55px 0 35px}.cert-result h2{font-size:31px}.cert-grid{grid-template-columns:1fr 1fr}.cert-footer{gap:15px}.method-list article{grid-template-columns:45px 1fr}.pricing-card{grid-template-columns:1fr;padding:25px}.price{font-size:76px}.site-footer{grid-template-columns:1fr;padding:50px 20px 20px}.footer-bottom{grid-template-columns:1fr}.footer-bottom span:last-child{text-align:left}}
@media print{.site-header,.site-footer,.certificate-toolbar,.certificate-aside,.grain{display:none!important}.view{display:none!important}.view[data-view=certificate]{display:block!important}.certificate-page{padding:0}.certificate-layout{display:block}.certificate-document{box-shadow:none;border:0;min-height:auto}.certificate-document:before{inset:8px}}

/* v1.1 trust page */
.why-page{padding-bottom:120px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:90px}.why-card{min-height:360px;border:1px solid rgba(23,23,19,.12);border-radius:28px;padding:30px;background:#f3eee5;position:relative;overflow:hidden}.why-card-dark{background:#171713;color:#f2ece2}.why-card-accent{background:#d9c7a7}.why-index{font-size:9px;letter-spacing:.16em;opacity:.55}.why-symbol{font-family:Georgia,serif;font-size:46px;margin:70px 0 28px}.why-card h2{font-family:Georgia,serif;font-size:28px;font-weight:400;line-height:1.1;margin:0 0 18px}.why-card p{font-size:11px;line-height:1.75;opacity:.7;max-width:330px}.tech-foundation{background:#171713;color:#eee8de;border-radius:32px;padding:50px;display:grid;grid-template-columns:.8fr 1.4fr;gap:60px;margin-bottom:90px}.tech-copy h2,.certificate-value h2{font-size:clamp(42px,5vw,72px);margin:20px 0 24px}.tech-copy p{font-size:12px;line-height:1.75;color:#99938a}.tech-rail{display:grid;align-content:center}.tech-rail>div{display:grid;grid-template-columns:40px 1fr;gap:4px 16px;align-items:center}.tech-rail span{grid-row:1/3;font-family:Georgia,serif;color:#9b8d76}.tech-rail strong{font-size:13px;font-weight:500}.tech-rail small{font-size:9px;color:#87827a}.tech-rail>i{height:38px;width:1px;background:#4a4640;margin:5px 0 5px 19px}.certificate-value{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.value-list{border-top:1px solid #aaa195}.value-list>div{display:grid;grid-template-columns:55px 1fr;padding:23px 0;border-bottom:1px solid #c4bcaf}.value-list span{font-family:Georgia,serif;color:#8a7d69}.value-list p{margin:0;font-size:13px;line-height:1.6}.language-switcher button{min-width:34px}
@media(max-width:900px){.why-grid{grid-template-columns:1fr}.tech-foundation,.certificate-value{grid-template-columns:1fr}.why-card{min-height:300px}}
@media(max-width:760px){.header-actions{gap:8px}.language-switcher{display:flex!important}.language-switcher button{min-width:28px;height:28px;padding:0;font-size:8px}.menu-toggle{margin-left:2px}.main-nav{padding-top:22px}.why-page{padding-top:115px}.why-grid{gap:12px}.why-card{padding:24px;min-height:280px}.why-symbol{margin:45px 0 24px}.tech-foundation{padding:28px 22px;border-radius:24px;gap:35px}.certificate-value{gap:35px}}
@media(max-width:360px){.brand-word{display:none}.language-switcher button{min-width:27px}}

/* AUTHENTINO 2.0 — Product system */
.auth-v2-page{padding:132px 5vw 90px;max-width:1600px;margin:auto}.auth-v2-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:44px}.auth-v2-hero h1{font-size:clamp(44px,5.4vw,84px);line-height:.94;letter-spacing:-.055em;margin:16px 0 22px}.auth-v2-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#8b7252}.auth-v2-hero p{max-width:720px;font-size:17px;line-height:1.7;color:#6d675f}.wizard-progress{display:flex;align-items:center;justify-content:flex-end;padding-bottom:12px}.wizard-progress span{display:grid;gap:6px}.wizard-progress b{width:44px;height:44px;border:1px solid #cec6b8;border-radius:50%;display:grid;place-items:center;font-size:12px;background:#f7f3eb}.wizard-progress small{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#91897e}.wizard-progress i{height:1px;min-width:28px;flex:1;background:#d8d0c4;margin:0 12px 22px}.wizard-progress .is-active b{background:#171614;color:white;border-color:#171614}.auth-v2-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.auth-v2-main{display:grid;gap:18px}.wizard-panel{background:rgba(255,255,255,.72);border:1px solid rgba(42,37,30,.12);border-radius:28px;padding:28px;box-shadow:0 24px 80px rgba(41,34,24,.05);transition:.35s ease}.wizard-panel.is-locked{opacity:.56}.wizard-panel>header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.wizard-panel>header>div{display:flex;gap:16px}.wizard-panel h2{font-size:24px;letter-spacing:-.035em;margin:0 0 5px}.wizard-panel header p{margin:0;color:#827b71;font-size:13px}.category-grid-v2{grid-template-columns:repeat(4,1fr)}.category-grid-v2 .category-tile{min-height:168px}.product-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.product-chip{border:1px solid #ddd5c9;background:#faf8f4;color:#171713;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;border-radius:16px;padding:16px;text-align:left;display:flex;justify-content:space-between;align-items:center;font:inherit;cursor:pointer;transition:.2s}.product-chip:hover{transform:translateY(-2px);border-color:#9f8c6c}.product-chip span{color:inherit}.product-chip i{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#ece5da;color:#9b7b45;font-style:normal;font-size:11px;opacity:.75}.product-chip.is-selected{background:#191816;color:#fff;border-color:#191816}.product-chip.is-selected i{background:#c8a96b;color:#171614;opacity:1}.empty-selection{grid-column:1/-1;border:1px dashed #d7cfc2;border-radius:16px;padding:25px;text-align:center;color:#91897e}.brand-search-shell{height:62px;border:1px solid #d7cfc2;border-radius:18px;display:flex;align-items:center;padding:0 18px;gap:12px;background:#fbfaf7;margin-bottom:15px}.brand-search-shell>span{font-size:22px}.brand-search-shell input{border:0;outline:0;background:transparent;font:inherit;font-size:15px;flex:1}.brand-search-shell kbd{border:1px solid #d9d1c6;background:#f0ece5;border-radius:7px;padding:5px 8px;font-size:10px;color:#777066}.brand-catalog{display:grid;grid-template-columns:repeat(3,1fr);max-height:355px;overflow:auto;gap:8px;padding-right:4px}.brand-wordmark{border:1px solid #e0d9ce;background:#fff;color:#171713;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;border-radius:14px;padding:14px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;text-align:left;cursor:pointer;transition:.2s}.brand-wordmark small{font-size:8px;color:#a39b90}.brand-wordmark span{font-family:Georgia,serif;font-size:14px;color:inherit}.brand-wordmark i{font-style:normal;color:#a9864f;opacity:.7}.brand-wordmark:hover,.brand-wordmark.is-selected{border-color:#171614;background:#171614;color:#fff}.brand-wordmark:hover i,.brand-wordmark.is-selected i{color:#d5b36b;opacity:1}.guided-capture{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:14px}.capture-step{display:flex;align-items:center;gap:10px;border:1px solid #e1dacd;border-radius:14px;background:#faf8f4;padding:12px}.capture-step>span{font-size:9px;color:#9b9388}.capture-step>div{display:grid;gap:3px;flex:1}.capture-step strong{font-size:12px}.capture-step small{font-size:9px;color:#938b80}.capture-step>i{width:24px;height:24px;border:1px solid #ddd5c9;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:11px}.capture-step>i.done{background:#1d6d55;color:#fff;border-color:#1d6d55}.upload-zone-v2{min-height:245px}.auth-v2-aside{position:sticky;top:106px}.summary-card-v2{border-radius:28px}.case-completeness{padding:18px 0;border-bottom:1px solid #e4ddd2}.case-completeness>div{display:flex;justify-content:space-between;font-size:12px;margin-bottom:9px}.case-completeness>i{height:5px;background:#e6dfd4;border-radius:99px;display:block;overflow:hidden}.case-completeness b{display:block;height:100%;background:#171614;width:0;transition:.3s}.brand-universe{margin:75px 5vw 0;border-top:1px solid #cec5b7;border-bottom:1px solid #cec5b7;padding:32px 0 38px}.brand-universe-head{display:grid;grid-template-columns:1fr 2fr 1.2fr;align-items:end;gap:24px;margin-bottom:30px}.brand-universe-head>span{font-size:10px;letter-spacing:.16em}.brand-universe-head>strong{font-family:Georgia,serif;font-size:30px;font-weight:400}.brand-universe-head>small{color:#847c71;line-height:1.5}.wordmark-marquee{overflow:hidden;border-block:1px solid #ded6ca;padding:20px 0;margin-bottom:18px}.wordmark-marquee div{white-space:nowrap;font-family:Georgia,serif;font-size:22px;letter-spacing:.04em;animation:brandMove 35s linear infinite}.wordmark-marquee i{font-style:normal;color:#b69865;margin:0 15px}.wordmark-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.wordmark-grid span{min-height:58px;border:1px solid #ded6ca;border-radius:12px;display:grid;place-items:center;text-align:center;padding:8px;font-size:9px;letter-spacing:.08em;background:rgba(255,255,255,.42)}@keyframes brandMove{to{transform:translateX(-45%)}}
@media(max-width:1050px){.auth-v2-hero{grid-template-columns:1fr}.wizard-progress{justify-content:flex-start}.auth-v2-layout{grid-template-columns:1fr}.auth-v2-aside{position:relative;top:auto}.category-grid-v2{grid-template-columns:repeat(2,1fr)}.brand-universe-head{grid-template-columns:1fr}.wordmark-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:700px){.auth-v2-page{padding:104px 16px 60px}.auth-v2-hero{gap:30px}.auth-v2-hero h1{font-size:48px}.wizard-progress{overflow-x:auto;justify-content:flex-start}.wizard-progress small{display:none}.wizard-progress i{margin-bottom:0;min-width:18px}.wizard-panel{padding:18px;border-radius:20px}.wizard-panel>header{display:block}.wizard-panel>header .panel-state{display:inline-flex;margin:12px 0 0 48px}.category-grid-v2{grid-template-columns:1fr 1fr}.category-grid-v2 .category-tile{min-height:142px;padding:15px}.product-type-grid,.brand-catalog,.guided-capture{grid-template-columns:1fr 1fr}.brand-search-shell kbd{display:none}.brand-universe{margin:50px 16px 0}.wordmark-grid{grid-template-columns:repeat(2,1fr)}.brand-universe-head>strong{font-size:24px}}
@media(max-width:430px){.auth-v2-page{padding-top:92px}.auth-v2-hero h1{font-size:40px}.category-grid-v2,.product-type-grid,.brand-catalog,.guided-capture{grid-template-columns:1fr}.language-switcher{display:flex!important;position:relative;z-index:20}.header-actions{gap:8px}.language-switcher button{min-width:29px;padding:7px 5px}.header-cta{display:none!important}.brand-wordmark{min-height:50px}}

/* Brand showcase positioned as the final trust layer before the footer */
.pre-footer-brands {
  margin-top: 72px;
}
.pre-footer-brand-universe {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 760px) {
  .pre-footer-brands { margin-top: 48px; }
}

/* v2.1 serious pre-footer certificate + brand wall */
.certificate-showcase{margin:90px 5vw 0;padding:70px;border-radius:34px;background:#151513;color:#f4efe6;display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:center;box-shadow:0 30px 90px rgba(20,18,14,.16)}
.certificate-showcase-copy h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(42px,4.5vw,70px);line-height:.98;letter-spacing:-.045em;margin:22px 0 24px}.certificate-showcase-copy h2 em{color:#c9b89a;font-weight:400}.certificate-showcase-copy>p{max-width:560px;color:#aaa49a;font-size:14px;line-height:1.75}.certificate-points{margin-top:40px;border-top:1px solid rgba(255,255,255,.14)}.certificate-points div{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.1)}.certificate-points span{font-family:Georgia,serif;color:#c7aa75}.certificate-points strong{font-size:12px;font-weight:500;letter-spacing:.02em}.certificate-preview-shell{padding:26px;background:linear-gradient(145deg,#2b2925,#0e0e0d);border:1px solid rgba(255,255,255,.12);border-radius:28px;box-shadow:0 25px 70px rgba(0,0,0,.35)}.certificate-preview-card{position:relative;background:#f2eee6;color:#171713;border-radius:18px;padding:34px;min-height:520px;box-shadow:0 18px 60px rgba(0,0,0,.22);overflow:hidden}.certificate-preview-card:before{content:"";position:absolute;inset:11px;border:1px solid #b9aa8e;pointer-events:none}.preview-top,.preview-bottom{position:relative;display:flex;justify-content:space-between;align-items:center;gap:20px}.preview-top>div:last-child{text-align:right}.preview-top small,.preview-meta small,.preview-result small,.preview-bottom small{display:block;font-size:8px;letter-spacing:.16em;color:#777066;margin-bottom:6px}.preview-brand{display:flex;align-items:center;gap:12px}.preview-brand>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#171713;color:#f2eee6;font-family:Georgia,serif}.preview-brand div{display:grid}.preview-brand strong{letter-spacing:.16em}.preview-brand small{margin:2px 0 0}.preview-rule{height:1px;background:#bdae92;margin:28px 0}.preview-result{padding:34px 0 30px;text-align:center}.preview-result h3{font-family:Georgia,serif;font-size:34px;font-weight:400;letter-spacing:.035em;margin:10px 0 14px}.preview-result p{max-width:560px;margin:auto;color:#69645c;font-size:11px;line-height:1.7}.preview-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border-top:1px solid #cfc4b2;border-bottom:1px solid #cfc4b2;padding:22px 0}.preview-meta div{padding:0 12px;border-right:1px solid #d8cebd}.preview-meta div:last-child{border-right:0}.preview-meta strong{font-size:11px}.preview-bottom{padding-top:25px}.fake-qr{width:58px;height:58px;background:repeating-conic-gradient(#171713 0 25%,#f2eee6 0 50%) 0/14px 14px;border:5px solid #f2eee6;outline:1px solid #171713}.preview-bottom>div:nth-child(2){flex:1}.preview-bottom strong{font-size:10px;word-break:break-all}.preview-seal{width:72px;height:72px;border-radius:50%;border:1px solid #9b8053;display:grid;place-items:center;font-size:8px;letter-spacing:.12em;color:#775f39;transform:rotate(-8deg)}
.pre-footer-brand-universe{margin-top:26px;padding:0;border:0}.wordmark-grid-full{grid-template-columns:repeat(8,1fr);gap:10px}.wordmark-grid-full span{min-height:72px;background:#f4efe7;border:1px solid #d8d0c3;border-radius:14px;font-family:Georgia,'Times New Roman',serif;font-size:11px;letter-spacing:.08em;transition:.25s}.wordmark-grid-full span:hover{background:#171713;color:#f4efe7;border-color:#171713;transform:translateY(-2px)}
@media(max-width:1100px){.certificate-showcase{grid-template-columns:1fr;padding:44px}.wordmark-grid-full{grid-template-columns:repeat(4,1fr)}}
@media(max-width:700px){.certificate-showcase{margin:55px 16px 0;padding:28px 20px;border-radius:24px;gap:36px}.certificate-preview-shell{padding:10px}.certificate-preview-card{padding:25px 20px;min-height:auto}.preview-result h3{font-size:25px}.preview-meta{grid-template-columns:1fr 1fr}.preview-meta div{border-right:0;border-bottom:1px solid #d8cebd;padding:12px}.preview-top{align-items:flex-start}.preview-top>div:last-child{max-width:110px}.preview-bottom{align-items:flex-end}.preview-seal{width:58px;height:58px}.wordmark-grid-full{grid-template-columns:repeat(2,1fr)}.wordmark-grid-full span{min-height:62px;font-size:9px}}

/* v2.2 integrity section */
.integrity-section{padding:110px clamp(28px,6vw,92px);background:#11110f;color:#f4f0e8;border-top:1px solid rgba(190,151,91,.24);border-bottom:1px solid rgba(190,151,91,.18)}
.integrity-head{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;max-width:1440px;margin:0 auto 64px}
.integrity-head h2{font-family:Georgia,serif;font-size:clamp(40px,5vw,76px);font-weight:400;line-height:1.03;letter-spacing:-.035em;margin:18px 0 0}.integrity-head h2 em{color:#c9a46a;font-weight:400}.integrity-head>p{font-size:17px;line-height:1.75;color:#aaa49a;margin:0;max-width:620px}
.integrity-grid{max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.13)}
.integrity-grid article{position:relative;min-height:330px;padding:34px 30px 36px;border-right:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,0));transition:.35s ease}.integrity-grid article:last-child{border-right:0}.integrity-grid article:hover{background:rgba(201,164,106,.055)}
.integrity-grid article>span{font-size:10px;letter-spacing:.22em;color:#827b70}.integrity-icon{width:62px;height:62px;margin:52px 0 32px;border:1px solid #9a7848;display:grid;place-items:center;font-size:11px;letter-spacing:.15em;color:#d5b276}.integrity-grid h3{font-size:19px;font-weight:600;letter-spacing:.01em;margin:0 0 16px}.integrity-grid p{font-size:14px;line-height:1.7;color:#969087;margin:0}
.integrity-ledger{max-width:1440px;margin:22px auto 0;border:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:repeat(3,1fr) 1.4fr;background:#0b0b0a}.integrity-ledger>div{padding:22px 26px;border-right:1px solid rgba(255,255,255,.1)}.integrity-ledger>div:last-child{border-right:0}.integrity-ledger small{display:block;font-size:9px;letter-spacing:.19em;color:#746f67;margin-bottom:8px}.integrity-ledger strong{font-size:12px;letter-spacing:.08em;font-weight:500}.ledger-line{display:flex;align-items:center;gap:12px;color:#aaa49a;font-size:12px}.ledger-line i{width:8px;height:8px;border-radius:50%;background:#7ba36a;box-shadow:0 0 0 5px rgba(123,163,106,.1)}
@media(max-width:900px){.integrity-section{padding:72px 20px}.integrity-head{grid-template-columns:1fr;gap:28px;margin-bottom:42px}.integrity-grid{grid-template-columns:1fr 1fr}.integrity-grid article:nth-child(2){border-right:0}.integrity-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}.integrity-ledger{grid-template-columns:1fr 1fr}.integrity-ledger>div:nth-child(2){border-right:0}.integrity-ledger>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}}
@media(max-width:560px){.integrity-grid{grid-template-columns:1fr}.integrity-grid article{min-height:auto;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.11)}.integrity-grid article:last-child{border-bottom:0}.integrity-icon{margin:34px 0 24px}.integrity-ledger{grid-template-columns:1fr}.integrity-ledger>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)}.integrity-ledger>div:last-child{border-bottom:0}}

/* v3.0 production polish and spacing audit */
.certificate-showcase{margin-top:120px;margin-bottom:96px}
.integrity-section{margin-top:0}
.pre-footer-brand-universe{margin-top:88px;margin-bottom:96px;padding:0 5vw}
.site-footer{margin-top:0;border-top:1px solid rgba(23,23,19,.14)}
.certificate-showcase,.integrity-section,.pre-footer-brand-universe{scroll-margin-top:110px}
.auth-v2-page{padding-bottom:120px}
.wizard-panel{transition:box-shadow .3s ease,border-color .3s ease,transform .3s ease}
.wizard-panel:not(.is-locked):hover{border-color:rgba(23,23,19,.18);box-shadow:0 24px 70px rgba(42,35,25,.08)}
.brand-wordmark,.wordmark-grid-full span{will-change:transform}
.wordmark-grid-full{padding:10px 0}
.wordmark-grid-full span{box-shadow:0 1px 0 rgba(255,255,255,.55) inset}
@media(max-width:700px){.certificate-showcase{margin-top:72px;margin-bottom:64px}.pre-footer-brand-universe{margin-top:58px;margin-bottom:64px;padding:0 16px}.auth-v2-page{padding-bottom:80px}}

/* AUTHENTINO v4.0 — premium brand layer */
:root{
  --auth-black:#0b0c0f;
  --auth-ink:#17181c;
  --auth-gold:#c6a15d;
  --auth-gold-soft:#ead6a5;
  --auth-ivory:#f5f1e9;
  --auth-line:rgba(198,161,93,.28);
}
::selection{background:rgba(198,161,93,.28);color:var(--auth-black)}
.site-header{backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);border-bottom:1px solid rgba(198,161,93,.14)}
.brand{gap:13px}
.brand-mark{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(198,161,93,.65);border-radius:50%;background:radial-gradient(circle at 35% 25%,rgba(234,214,165,.18),transparent 45%),#0b0c0f;box-shadow:inset 0 0 0 4px rgba(198,161,93,.05),0 10px 30px rgba(0,0,0,.12);overflow:hidden}
.brand-mark::before{content:"";position:absolute;inset:5px;border:1px solid rgba(198,161,93,.22);border-radius:50%}
.brand-mark span,.brand-mark:not(:has(span)){font-family:Georgia,serif;font-size:20px;font-weight:500;line-height:1;color:var(--auth-gold-soft);z-index:1}
.brand-word{display:flex;flex-direction:column;gap:2px;letter-spacing:.19em;font-weight:650;font-size:13px}
.brand-word small{font-size:7px;letter-spacing:.22em;font-weight:500;color:rgba(23,24,28,.52);text-transform:uppercase}
.header-cta,.button-dark{background:linear-gradient(135deg,#111216,#050506);box-shadow:0 10px 28px rgba(0,0,0,.14),inset 0 0 0 1px rgba(255,255,255,.06)}
.header-cta:hover,.button-dark:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.2),0 0 0 1px rgba(198,161,93,.28)}
.hero-copy h1 em,.section-heading h2 em,.auth-v2-hero h1 em,.method-hero h1 em,.why-hero h1 em,.pricing-hero h1 em{color:#9b783f}
.hero-stage::after{content:"AUTHENTINO · VERIFIED LUXURY";position:absolute;right:-50px;top:50%;transform:rotate(90deg);font-size:9px;letter-spacing:.32em;color:rgba(198,161,93,.7);z-index:2}
.main-product-card{border-color:rgba(198,161,93,.28);box-shadow:0 35px 100px rgba(25,19,10,.18),0 0 0 1px rgba(255,255,255,.6) inset}
.main-product-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.18) 45%,transparent 65%);transform:translateX(-120%);animation:authentinoSheen 7s ease-in-out infinite}
@keyframes authentinoSheen{0%,58%{transform:translateX(-120%)}78%,100%{transform:translateX(120%)}}
.status-pill i,.secure-dot i{background:var(--auth-gold);box-shadow:0 0 0 4px rgba(198,161,93,.13)}
.feature-card-accent{background:linear-gradient(145deg,#d7b97d,#b58a45);color:#15130f}
.cert-monogram,.cert-brand>span,.preview-brand>span{background:radial-gradient(circle at 30% 20%,#f7e9c5,#c6a15d 55%,#8a672f);color:#0b0c0f;box-shadow:0 9px 30px rgba(129,91,28,.25)}
.certificate-paper,.certificate-preview-card{border:1px solid rgba(198,161,93,.35);box-shadow:0 30px 90px rgba(40,29,13,.16)}
.certificate-paper::after,.certificate-preview-card::after{content:"AUTHENTINO";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-25deg);font-family:Georgia,serif;font-size:70px;letter-spacing:.16em;color:rgba(198,161,93,.045);pointer-events:none;white-space:nowrap}
.footer-brand .brand-mark{flex:0 0 auto}
.footer-bottom span:first-child{letter-spacing:.12em}
@media(max-width:760px){.brand-word small{display:none}.brand-mark{width:38px;height:38px}.hero-stage::after{display:none}.certificate-paper::after,.certificate-preview-card::after{font-size:38px}}


/* AUTHENTINO v4.1 — stacked header wordmark */
.brand-word{display:grid!important;grid-template-columns:1fr!important;align-content:center;justify-items:start;row-gap:4px;line-height:1;white-space:nowrap}
.brand-word>strong{display:block;font:inherit;font-weight:700;letter-spacing:.19em;line-height:1}
.brand-word>small{display:block!important;margin:0;font-size:7px;line-height:1.15;letter-spacing:.21em;font-weight:500;color:rgba(23,24,28,.58);text-transform:uppercase}
@media(max-width:760px){.brand-word{row-gap:3px}.brand-word>strong{font-size:12px;letter-spacing:.16em}.brand-word>small{display:block!important;font-size:6px;letter-spacing:.16em}}
@media(max-width:420px){.brand{gap:9px}.brand-word>strong{font-size:11px}.brand-word>small{font-size:5.5px}}

/* Authentino v4.3 — category-based pricing */
.category-tile{position:relative}.category-tile .category-price{position:absolute;left:16px;bottom:14px;font-family:Georgia,serif;font-size:18px;color:#8b7252;letter-spacing:-.02em}.category-tile.is-selected .category-price{color:#d6bd8b}.category-tile>i{position:absolute;right:16px;bottom:16px}.price-line strong,.order-total strong,.pay-button strong{font-variant-numeric:tabular-nums}.price-line strong.price-updated{animation:pricePulse .38s ease}@keyframes pricePulse{0%{transform:translateY(4px);opacity:.3}100%{transform:none;opacity:1}}
.category-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:44px}.category-pricing-grid article{min-height:136px;border:1px solid #d9d0c3;border-radius:22px;background:rgba(255,255,255,.58);display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:18px;padding:24px;transition:.25s}.category-pricing-grid article:hover{transform:translateY(-3px);border-color:#a48b63;box-shadow:0 22px 55px rgba(43,35,24,.08)}.pricing-icon{width:54px;height:54px;border-radius:50%;background:#171614;color:#d1b47c;display:grid;place-items:center;font-size:22px}.category-pricing-grid h3{font-size:21px;margin:0 0 6px}.category-pricing-grid p{margin:0;color:#81796f;font-size:12px}.category-pricing-grid strong{font-family:Georgia,serif;font-size:34px;font-weight:400;color:#8b7252}.pricing-includes{margin-top:18px;border-radius:24px;background:#181714;color:#fff;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:28px}.pricing-includes>div>span{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#b6ad9f;margin-bottom:14px}.pricing-includes ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;margin:0;padding:0;list-style:none;font-size:12px;color:#e5ded3}.pricing-includes .button{background:#d0b477;color:#171614;border-color:#d0b477;white-space:nowrap}@media(max-width:760px){.category-pricing-grid{grid-template-columns:1fr}.category-pricing-grid article{min-height:112px;padding:18px;grid-template-columns:48px 1fr auto}.pricing-icon{width:46px;height:46px}.category-pricing-grid strong{font-size:28px}.pricing-includes{align-items:stretch;flex-direction:column;padding:22px}.pricing-includes ul{grid-template-columns:1fr}.pricing-includes .button{justify-content:center}.category-tile .category-price{left:14px;bottom:12px;font-size:16px}}


/* AUTHENTINO v4.5 — premium category selection and order summary */
.premium-category-grid{gap:18px}
.premium-category-card{position:relative;min-height:210px;padding:25px 24px 23px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;align-items:start;text-align:left;overflow:hidden;border:1px solid rgba(23,23,19,.12);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(245,239,229,.68));box-shadow:0 1px 0 rgba(255,255,255,.72) inset,0 14px 35px rgba(44,35,23,.035);isolation:isolate;transition:transform .32s cubic-bezier(.2,.8,.2,1),border-color .32s,box-shadow .32s,background .32s}
.premium-category-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 8%,rgba(198,161,93,.13),transparent 38%);opacity:0;transition:opacity .32s;z-index:-1}
.premium-category-card::after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:2px;background:linear-gradient(90deg,transparent,var(--auth-gold),transparent);transform:scaleX(0);transition:transform .32s}
.premium-category-card:hover{transform:translateY(-5px);border-color:rgba(151,112,54,.38);box-shadow:0 24px 55px rgba(54,41,22,.11),0 1px 0 rgba(255,255,255,.8) inset}
.premium-category-card:hover::before,.premium-category-card.is-selected::before{opacity:1}
.premium-category-card.is-selected{transform:translateY(-3px);border-color:rgba(166,125,57,.72);background:linear-gradient(145deg,#171713,#22211d);color:#f4eee4;box-shadow:0 28px 64px rgba(22,18,12,.19),0 0 0 1px rgba(198,161,93,.18) inset}
.premium-category-card.is-selected::after{transform:scaleX(1)}
.category-card-number{font-family:Georgia,serif;font-size:11px;letter-spacing:.14em;color:#9b9387;transition:.3s}
.premium-category-card .category-icon{grid-column:2;grid-row:1/3;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(23,23,19,.15);background:rgba(255,255,255,.55);font-size:24px;color:#9b783f;transition:.32s}
.premium-category-card:hover .category-icon{transform:rotate(-5deg) scale(1.05);border-color:rgba(166,125,57,.45)}
.premium-category-card.is-selected .category-icon{background:linear-gradient(145deg,#e5c98c,#b68a43);color:#111;border-color:rgba(255,255,255,.22);box-shadow:0 12px 30px rgba(0,0,0,.22)}
.category-copy{grid-column:1/3;align-self:end;padding-top:34px;display:block}
.category-copy strong{display:block;font-family:Georgia,serif;font-size:23px;font-weight:400;letter-spacing:-.02em;margin-bottom:9px}
.category-copy small{display:block;max-width:210px;font-size:11px;line-height:1.55;color:#7c756b;transition:.3s}
.premium-category-card.is-selected .category-copy small{color:#aaa397}
.category-select-mark{position:absolute;right:22px;bottom:20px;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:rgba(198,161,93,.14);border:1px solid rgba(198,161,93,.25);color:#9b783f;font-size:12px;opacity:0;transform:scale(.65) rotate(-12deg);transition:.3s}
.premium-category-card.is-selected .category-select-mark{opacity:1;transform:scale(1) rotate(0);background:var(--auth-gold);border-color:var(--auth-gold);color:#111}
@media(max-width:760px){.premium-category-grid{gap:12px}.premium-category-card{min-height:170px;padding:18px;border-radius:20px}.premium-category-card .category-icon{width:48px;height:48px;font-size:20px}.category-copy{padding-top:24px}.category-copy strong{font-size:20px}.category-copy small{font-size:10px;padding-right:26px}.category-select-mark{right:16px;bottom:15px}}
@media(max-width:430px){.category-grid.category-grid-v2{grid-template-columns:1fr}.premium-category-card{min-height:152px}.category-copy{padding-top:18px}}


/* AUTHENTINO v4.6 — restored original dark order summary */
.summary-card-v2{background:#171713;color:#f4efe6;border-color:rgba(255,255,255,.08);box-shadow:0 30px 80px rgba(23,23,19,.22)}
.summary-card-v2 .summary-top,.summary-card-v2 .case-completeness{border-color:rgba(255,255,255,.12)}
.summary-card-v2 .summary-list span,.summary-card-v2 .case-completeness span,.summary-card-v2 .privacy-note{color:#aaa398}
.summary-card-v2 .summary-list strong,.summary-card-v2 .case-completeness strong{color:#f4efe6}
.summary-card-v2 .case-completeness>i{background:rgba(255,255,255,.13)}
.summary-card-v2 .case-completeness b{background:linear-gradient(90deg,#b9904e,#dfc384)}
.summary-card-v2 .price-line{border-color:rgba(255,255,255,.14)}
.summary-card-v2 .price-line span{color:#b8b0a4}
.summary-card-v2 .price-line strong{font-family:Georgia,serif;font-size:36px;font-weight:400;color:#d7bb7b;letter-spacing:-.035em}
.summary-card-v2 .button-dark{background:#d2b576;color:#171713;box-shadow:0 14px 38px rgba(0,0,0,.24)}
.summary-card-v2 .button-dark:hover{background:#dfc58b}
.summary-card-v2 .button-dark:disabled{opacity:.38;cursor:not-allowed;transform:none;box-shadow:none}
.summary-card-v2 .summary-placeholder{background:linear-gradient(145deg,#282722,#11110f);border-color:rgba(255,255,255,.09)}

/* AUTHENTINO v4.7 — secure upload */
.upload-security-note{margin:14px 0 4px;padding:14px 16px;border:1px solid rgba(198,161,93,.28);border-radius:16px;background:rgba(198,161,93,.07);display:flex;align-items:center;gap:12px}.upload-security-note>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#171713;color:#d7bb7b;font-size:9px;letter-spacing:.12em}.upload-security-note strong,.upload-security-note small{display:block}.upload-security-note strong{font-size:12px;margin-bottom:3px}.upload-security-note small{font-size:10px;color:#7b746a}.upload-errors{display:none;margin:10px 0 0;padding:12px 14px;border-radius:13px;background:#fff1ef;border:1px solid #e9b0a7;color:#8f3024;font-size:11px;line-height:1.45}.upload-errors.show{display:block}.bot-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.upload-zone.is-dragging{border-color:#b78a42!important;background:rgba(198,161,93,.12)!important;transform:translateY(-2px)}


/* v4.8 — localized product labels and premium neutral controls */
.product-chip{
  -webkit-appearance:none;
  appearance:none;
  color:#171614;
  -webkit-text-fill-color:#171614;
}
.product-chip span{color:inherit;-webkit-text-fill-color:currentColor}
.product-chip i{color:#9a7a42;-webkit-text-fill-color:#9a7a42;background:#f2ece2}
.product-chip.is-selected{color:#fff;-webkit-text-fill-color:#fff}
.product-chip.is-selected i{color:#171614;-webkit-text-fill-color:#171614;background:#c8a96b}
.product-chip:focus-visible{outline:2px solid #b08a4a;outline-offset:3px}

/* AUTHENTINO v5.1 RC — trust, methodology, legal and mobile polish */
.skip-link{position:fixed;left:18px;top:12px;z-index:1000;transform:translateY(-160%);background:#0b0c0f;color:#fff;padding:11px 16px;border-radius:10px;text-decoration:none;font-size:12px;transition:transform .2s}.skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,[tabindex]):focus-visible{outline:2px solid #9b783f;outline-offset:4px}
.main-nav a[aria-current="page"]{color:#171713}.main-nav a[aria-current="page"]:after{right:0}
body:not([data-route="home"])>.certificate-showcase,body:not([data-route="home"])>.integrity-section,body:not([data-route="home"])>.pre-footer-brand-universe{display:none}
.trust-live-section{max-width:1440px;margin:0 auto;padding:28px 8vw 60px;display:grid;grid-template-columns:minmax(280px,.85fr) minmax(480px,1.15fr);gap:7vw;align-items:end}
.trust-live-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,4.3vw,68px);font-weight:400;line-height:.95;letter-spacing:-.045em;margin:20px 0}.trust-live-copy h2 em{font-weight:400;color:#9b783f}.trust-live-copy p{max-width:560px;font-size:13px;line-height:1.7;color:#6f695f}
.live-status-grid{display:grid;gap:9px}.live-status-grid article{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:14px;min-height:84px;padding:18px 20px;border:1px solid rgba(23,23,19,.12);border-radius:18px;background:rgba(255,255,255,.45);box-shadow:0 12px 35px rgba(43,35,24,.045)}.live-status-grid strong,.live-status-grid small{display:block}.live-status-grid strong{font-size:12px}.live-status-grid small{font-size:9px;color:#7c756a;margin-top:5px}.live-status-grid b{font-family:Georgia,serif;font-size:14px;font-weight:400;color:#9b783f}.live-dot{width:8px;height:8px;border-radius:50%;background:#67805d;box-shadow:0 0 0 6px rgba(103,128,93,.12);animation:livePulse 2.5s ease-in-out infinite}@keyframes livePulse{50%{box-shadow:0 0 0 10px rgba(103,128,93,0)}}
.methodology-v2{max-width:1440px}.method-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:42px}.method-detail-grid article{min-height:240px;padding:28px;border:1px solid rgba(23,23,19,.12);border-radius:24px;background:rgba(255,255,255,.48)}.method-detail-grid article:nth-child(3){background:#171713;color:#f4efe6}.method-detail-grid small{font-size:8px;letter-spacing:.17em;color:#9b783f}.method-detail-grid h3{font-family:Georgia,serif;font-size:27px;font-weight:400;margin:28px 0 12px}.method-detail-grid p{font-size:12px;line-height:1.75;color:#746e65;margin:0}.method-detail-grid article:nth-child(3) p{color:#aaa398}.method-business-note{display:grid;grid-template-columns:220px 1fr;gap:28px;margin-top:14px;padding:25px 28px;border:1px solid rgba(198,161,93,.34);border-radius:20px;background:rgba(198,161,93,.08)}.method-business-note span{font-size:8px;letter-spacing:.16em;color:#8c6f3e}.method-business-note p{font-size:13px;line-height:1.65;margin:0}
.pricing-explained article{min-height:190px;align-items:start}.pricing-explained article>div:nth-child(2){align-self:center}.pricing-explained p{line-height:1.55}.pricing-explained small{display:block;margin-top:9px;color:#9b783f;font-size:9px;line-height:1.5}.pricing-explained>article>strong{align-self:center}
.site-footer .footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:50px}.footer-trust{display:flex;flex-direction:column;align-items:flex-start}.footer-payment-marks{display:flex;flex-wrap:wrap;gap:6px!important}.footer-payment-marks span{border:1px solid rgba(255,255,255,.18);border-radius:5px;padding:6px 8px;color:#f0e9dd;font-size:8px;font-weight:700}.footer-trust p{max-width:260px;color:#928b80;font-size:9px;line-height:1.6}
.premium-check-line a{color:#8d6d39;text-underline-offset:2px}.premium-pay-button[aria-busy="true"]{cursor:progress;opacity:.72}.premium-pay-button[aria-busy="true"] svg{animation:checkoutArrow 1s ease-in-out infinite}@keyframes checkoutArrow{50%{transform:translateX(6px)}}
.mobile-sticky-cta{display:none}
@media(max-width:980px){.trust-live-section{grid-template-columns:1fr;padding-top:10px}.live-status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.live-status-grid article{grid-template-columns:10px 1fr;min-height:112px}.live-status-grid article b{display:none}.method-detail-grid{grid-template-columns:1fr 1fr}.site-footer .footer-links{gap:26px}}
@media(max-width:760px){body{padding-bottom:78px}.trust-live-section{padding:20px 16px 48px;gap:28px}.trust-live-copy h2{font-size:42px}.live-status-grid{grid-template-columns:1fr}.live-status-grid article{min-height:74px}.method-detail-grid{grid-template-columns:1fr;margin-top:26px}.method-detail-grid article{min-height:0;padding:22px;border-radius:18px}.method-detail-grid h3{font-size:23px;margin:20px 0 10px}.method-business-note{grid-template-columns:1fr;gap:10px;padding:20px}.pricing-explained article{min-height:145px;grid-template-columns:44px 1fr auto;padding:18px 15px}.pricing-explained small{font-size:8.5px}.site-footer .footer-links{grid-template-columns:1fr 1fr;gap:30px}.footer-trust{grid-column:1/-1}.footer-bottom{padding-bottom:16px}.mobile-sticky-cta{position:fixed;display:flex;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:60;min-height:56px;align-items:center;justify-content:space-between;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,#111216,#050506);color:#fff;text-decoration:none;box-shadow:0 18px 45px rgba(0,0,0,.3);font-size:12px}.mobile-sticky-cta strong{color:#d7bb7b;font-family:Georgia,serif;font-size:16px;font-weight:400}body[data-route="authenticate"] .mobile-sticky-cta,body[data-route="payment"] .mobile-sticky-cta,body[data-route="certificate"] .mobile-sticky-cta{display:none}.payment-card-premium,.order-card-premium{border-radius:20px}.checkout-page{padding-left:14px;padding-right:14px}.payment-method-card{min-height:74px}.premium-check-line>span{font-size:10px!important}.site-header{padding-left:14px;padding-right:14px}.language-switcher{gap:4px}.language-switcher button{min-width:28px;min-height:34px}.menu-toggle{min-width:42px;min-height:42px}.brand-word>small{font-size:5px!important}}
@media(max-width:430px){.site-footer .footer-links{grid-template-columns:1fr}.footer-trust{grid-column:auto}.trust-live-copy h2{font-size:38px}.pricing-explained article{grid-template-columns:40px 1fr}.pricing-explained article>strong{grid-column:2;font-size:27px;margin-top:10px}.methodology-v2,.pricing-v2{padding-left:15px;padding-right:15px}.payment-section-head{gap:12px}.payment-method-card{grid-template-columns:18px 1fr auto}.method-copy strong{font-size:10px}}

/* AUTHENTINO v5.6.3 — mobile readability and premium trust presentation */
.hero-copy>p{
  max-width:680px;
  color:#57534c;
  font-size:18px;
  line-height:1.72;
  letter-spacing:-.012em;
}
.trust-live-section{
  align-items:stretch;
  padding-top:64px;
  padding-bottom:86px;
}
.trust-live-copy{
  padding:34px 0;
}
.trust-live-copy p{
  max-width:600px;
  color:#5f5a52;
  font-size:16px;
  line-height:1.75;
}
.trust-process-grid{
  padding:16px;
  gap:0;
  border:1px solid rgba(202,170,104,.28);
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0,rgba(190,151,78,.16),transparent 38%),
    linear-gradient(145deg,#191916,#10110f);
  box-shadow:0 34px 80px rgba(35,29,21,.18);
}
.trust-process-grid article{
  min-height:132px;
  grid-template-columns:54px minmax(0,1fr);
  gap:18px;
  padding:25px 22px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.1);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#f5efe5;
}
.trust-process-grid article:last-child{border-bottom:0}
.trust-process-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(214,181,111,.48);
  border-radius:16px;
  color:#d6b56f;
  background:rgba(214,181,111,.07);
}
.trust-process-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.trust-process-grid small{
  margin:0 0 8px;
  color:#c7a961;
  font-size:9px;
  letter-spacing:.18em;
}
.trust-process-grid strong{
  color:#fffaf1;
  font-family:Georgia,'Times New Roman',serif;
  font-size:21px;
  font-weight:400;
}
.trust-process-grid p{
  max-width:520px;
  margin:8px 0 0;
  color:#aaa49a;
  font-size:12px;
  line-height:1.55;
}
.brand-cloud-head{
  display:grid;
  grid-template-columns:.65fr 1fr 1.2fr;
  gap:28px;
  align-items:end;
  margin-bottom:28px;
}
.brand-cloud-head>span{
  color:#8b7d68;
  font-size:10px;
  letter-spacing:.18em;
}
.brand-cloud-head>strong{
  font-family:Georgia,'Times New Roman',serif;
  font-size:30px;
  font-weight:400;
}
.brand-cloud-head>p{
  margin:0;
  color:#756f66;
  font-size:11px;
  line-height:1.65;
}
.wordmark-grid-full{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
  padding:28px;
  border:1px solid rgba(23,23,19,.1);
  border-radius:26px;
  background:rgba(255,255,255,.3);
}
.wordmark-grid-full span{
  min-height:0;
  padding:13px 17px;
  border-radius:999px;
  background:#f7f3eb;
  font-family:InterDisplay,Inter,Arial,sans-serif;
  font-size:9px;
  font-weight:600;
  letter-spacing:.11em;
  white-space:nowrap;
}
@media(max-width:980px){
  .trust-live-section{padding-top:34px}
  .brand-cloud-head{grid-template-columns:1fr 1.4fr}
  .brand-cloud-head>p{grid-column:1/-1}
}
@media(max-width:760px){
  .hero-copy>p{
    max-width:none;
    padding:18px 20px;
    border-left:2px solid #a88245;
    border-radius:0 16px 16px 0;
    background:rgba(255,255,255,.38);
    color:#504c45;
    font-size:17px;
    line-height:1.62;
  }
  .trust-live-section{padding:40px 16px 58px;gap:18px}
  .trust-live-copy{padding:0 2px 16px}
  .trust-live-copy h2{font-size:40px}
  .trust-live-copy p{font-size:15px;line-height:1.65}
  .trust-process-grid{padding:8px;border-radius:24px}
  .trust-process-grid article{
    min-height:126px;
    grid-template-columns:46px minmax(0,1fr);
    gap:14px;
    padding:22px 14px;
  }
  .trust-process-icon{width:44px;height:44px;border-radius:14px}
  .trust-process-grid strong{font-size:19px}
  .trust-process-grid p{font-size:12px}
  .brand-cloud-head{display:block;margin-bottom:20px}
  .brand-cloud-head>span,.brand-cloud-head>strong,.brand-cloud-head>p{display:block}
  .brand-cloud-head>strong{margin:10px 0 12px;font-size:27px}
  .brand-cloud-head>p{font-size:11px}
  .wordmark-grid-full{padding:17px 12px;gap:7px;border-radius:21px}
  .wordmark-grid-full span{padding:11px 12px;font-size:8px}
}

/* AUTHENTINO v5.6.4 — shared brand catalogue and AdSense-ready footer position */
body[data-route="method"]>.pre-footer-brand-universe,
body[data-route="why"]>.pre-footer-brand-universe,
body[data-route="pricing"]>.pre-footer-brand-universe{
  display:block;
}

/* AUTHENTINO v6.1.2 — clickable brand catalogue */
.wordmark-grid-full .brand-page-link{
  display:grid;
  place-items:center;
  min-height:0;
  padding:13px 17px;
  border:1px solid #d8d0c3;
  border-radius:999px;
  background:#f7f3eb;
  box-shadow:0 1px 0 rgba(255,255,255,.55) inset;
  color:inherit;
  font-family:InterDisplay,Inter,Arial,sans-serif;
  font-size:9px;
  font-weight:600;
  letter-spacing:.11em;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  transition:background-color .2s,border-color .2s,color .2s,transform .2s;
}
.wordmark-grid-full .brand-page-link:hover,
.wordmark-grid-full .brand-page-link:focus-visible{
  background:#171713;
  border-color:#171713;
  color:#f4efe7;
  outline:none;
  transform:translateY(-2px);
}
@media(max-width:760px){
  .wordmark-grid-full .brand-page-link{
    min-width:0;
    padding:11px 12px;
    font-size:8px;
    white-space:normal;
  }
  .wordmark-grid-full .brand-page-link:hover{transform:none}
}
.authentino-ad-section{
  max-width:1440px;
  margin:52px auto 0;
  padding:0 5vw;
}
.authentino-ad-section[hidden]{display:none!important}
body[data-route="authenticate"]>.authentino-ad-section,
body[data-route="payment"]>.authentino-ad-section,
body[data-route="certificate"]>.authentino-ad-section{
  display:none!important;
}
.authentino-ad-frame{
  display:grid;
  grid-template-columns:minmax(210px,.55fr) minmax(320px,1.45fr);
  gap:28px;
  align-items:center;
  min-height:170px;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(204,169,99,.3);
  border-radius:28px;
  background:
    radial-gradient(circle at 0 0,rgba(191,151,77,.2),transparent 36%),
    linear-gradient(145deg,#1a1a17,#10110f);
  box-shadow:0 28px 70px rgba(35,29,21,.16);
}
.authentino-ad-copy{
  padding:12px 8px 12px 12px;
}
.authentino-ad-copy span{
  display:block;
  margin-bottom:13px;
  color:#caa763;
  font-size:8px;
  letter-spacing:.2em;
}
.authentino-ad-copy strong{
  display:block;
  max-width:300px;
  color:#f6f0e7;
  font-family:Georgia,'Times New Roman',serif;
  font-size:23px;
  font-weight:400;
  line-height:1.18;
}
.authentino-ad-unit{
  min-width:0;
  min-height:110px;
  display:grid;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}
.authentino-ad-unit .adsbygoogle{
  width:100%;
  min-height:100px;
  background:transparent;
}
@media(max-width:760px){
  .authentino-ad-section{margin-top:36px;padding:0 16px}
  .authentino-ad-frame{
    grid-template-columns:1fr;
    gap:14px;
    min-height:0;
    padding:17px;
    border-radius:22px;
  }
  .authentino-ad-copy{padding:6px 5px}
  .authentino-ad-copy strong{font-size:20px}
  .authentino-ad-unit{min-height:100px;border-radius:14px}
}

/* AUTHENTINO v5.1.4 — recognizable category pictograms and original footer payment placement */
.premium-category-card .category-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.pricing-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.premium-category-card:hover .category-icon{transform:translateY(-2px) scale(1.05)}
.site-footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.footer-brand-line{display:flex;align-items:flex-start;gap:14px}
.footer-brand-line>div{padding-top:4px}
.footer-payment-block{padding-left:56px}
.footer-payment-block>small{display:block;margin-bottom:11px;color:#9b9388;font-size:8px;letter-spacing:.17em}
.footer-payment-block p{max-width:300px;margin:11px 0 0;color:#928b80;font-size:9px;line-height:1.6}
.site-footer .footer-links{grid-template-columns:repeat(2,minmax(140px,1fr));max-width:510px}
.footer-payment-marks{gap:8px!important}
.footer-payment-marks .pay-logo{min-width:68px;height:38px;padding:0 10px!important;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#4a3529,#2d211b);color:#eadbc6!important;border:1px solid rgba(211,180,137,.46)!important;border-radius:8px!important;font-size:10px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.22);text-shadow:0 1px 1px rgba(0,0,0,.32)}
.footer-payment-marks .stripe-logo{color:#eadbc6!important;font-size:15px!important;letter-spacing:-.05em;text-transform:none}
.footer-payment-marks .paypal-logo{color:#eadbc6!important;font-size:11px!important}
.footer-payment-marks .paypal-logo b{color:#cfae7e;margin-right:2px;font-size:16px}
.footer-payment-marks .klarna-logo{background:linear-gradient(145deg,#5a3846,#35232b);font-size:12px!important;letter-spacing:-.02em}
.footer-payment-marks .visa-logo{color:#eadbc6!important;font-size:15px!important;font-style:italic;letter-spacing:-.05em}
.footer-payment-marks .mastercard-logo{position:relative;min-width:68px}
.footer-payment-marks .mastercard-logo i{width:20px;height:20px;border-radius:50%;position:absolute}
.footer-payment-marks .mastercard-logo i:first-child{background:#b98d5f;left:17px}
.footer-payment-marks .mastercard-logo i:last-child{background:#e0c39a;right:17px;mix-blend-mode:screen}
.footer-payment-marks .applepay-logo{font-size:12px!important;letter-spacing:-.03em}
.footer-payment-marks .applepay-logo b{font-size:11px;margin-right:3px;color:#eadbc6}
@media(max-width:760px){.footer-payment-block{padding-left:0}.footer-brand-line{align-items:center}.site-footer .footer-links{grid-template-columns:1fr 1fr;max-width:none}.footer-payment-marks .pay-logo{min-width:62px}}
@media(max-width:430px){.site-footer .footer-links{grid-template-columns:1fr}.footer-payment-marks{display:grid;grid-template-columns:repeat(2,68px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.scan-line{display:none}}

/* AUTHENTINO v5.9.1 — legible footer navigation */
.site-footer .footer-brand strong{font-size:14px}
.site-footer .footer-brand p{font-size:13px;line-height:1.55}
.site-footer .footer-links small{font-size:10px;line-height:1.4}
.site-footer .footer-links a{font-size:14px;line-height:1.45;padding:2px 0}
.site-footer .footer-bottom{font-size:10px;line-height:1.55}
.site-footer .footer-payment-block>small{font-size:10px}
.site-footer .footer-payment-block p{font-size:11px}
@media(max-width:760px){
  .site-footer .footer-links a{font-size:15px}
  .site-footer .footer-links small{font-size:10px}
  .site-footer .footer-bottom{font-size:11px}
}

/* AUTHENTINO v5.0 — premium hosted payment selection */
.payment-premium-page{max-width:1240px}.payment-premium-intro{max-width:820px}.payment-premium-intro>p{max-width:690px}.payment-trust-strip{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.payment-trust-strip>span{display:grid;grid-template-columns:28px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;border:1px solid rgba(23,23,19,.12);background:rgba(246,241,232,.55);border-radius:14px;padding:11px 15px;min-width:220px}.payment-trust-strip svg{grid-row:1/3;width:24px;height:24px;fill:none;stroke:#9d7f4b;stroke-width:1.6}.payment-trust-strip b{font-size:9px;letter-spacing:.08em}.payment-trust-strip small{font-size:8px;color:#827a70;margin-top:2px}.checkout-grid-premium{align-items:start}.payment-card-premium{border-radius:26px;padding:28px;box-shadow:0 28px 70px rgba(57,47,35,.12)}.payment-section-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:22px;border-bottom:1px solid rgba(23,23,19,.1)}.payment-section-head small{font-size:8px;letter-spacing:.16em;color:#96835f}.payment-section-head h2{font-family:Georgia,serif;font-size:27px;font-weight:400;margin:8px 0 0}.payment-live-badge{display:flex;align-items:center;gap:7px;font-size:7px;letter-spacing:.14em;background:#e7ede2;color:#52634c;border-radius:999px;padding:8px 10px}.payment-live-badge i{width:6px;height:6px;border-radius:50%;background:#69805e}.payment-method-grid{display:grid;gap:11px;margin:22px 0}.payment-method-card{-webkit-appearance:none;appearance:none;width:100%;display:grid;grid-template-columns:22px 1fr auto;gap:13px;align-items:center;text-align:left;border:1px solid rgba(23,23,19,.14);background:#f8f4ed;color:#171713;border-radius:17px;padding:17px 18px;cursor:pointer;transition:.25s;box-shadow:none}.payment-method-card:hover{border-color:#b39765;transform:translateY(-1px)}.payment-method-card.active{border-color:#a9864d;background:#fffaf1;box-shadow:0 0 0 1px rgba(169,134,77,.18)}.method-radio{width:19px;height:19px;border:1px solid #aaa195;border-radius:50%;display:grid;place-items:center}.method-radio i{width:9px;height:9px;border-radius:50%;background:transparent}.payment-method-card.active .method-radio{border-color:#a9864d}.payment-method-card.active .method-radio i{background:#a9864d}.method-copy strong,.method-copy small{display:block}.method-copy strong{font-size:11px;font-weight:600}.method-copy small{font-size:9px;color:#827b71;margin-top:5px}.stripe-word{font-size:22px;font-weight:800;letter-spacing:-.07em;color:#635bff}.paypal-official{display:flex;align-items:center;gap:5px}.paypal-official b,.paypal-provider-mark{font-family:Arial,sans-serif;font-style:italic;font-size:23px;color:#003087}.paypal-official em{font-family:Arial,sans-serif;font-style:italic;font-weight:700;font-size:14px;color:#0070ba}.provider-panel{background:#eee8de;border-radius:16px;padding:16px;margin-bottom:17px}.provider-message{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start}.provider-message svg{width:32px;height:32px;border:1px solid #c9bda8;border-radius:10px;padding:7px;fill:none;stroke:#9b7b44;stroke-width:1.5}.provider-message strong{font-size:10px}.provider-message p{font-size:9px;line-height:1.55;color:#756e64;margin:5px 0 0}.paypal-provider-mark{width:32px;height:32px;display:grid;place-items:center;border:1px solid #c9bda8;border-radius:10px}.checkout-email{display:grid;gap:8px;margin-top:18px}.checkout-email>span{font-size:9px}.checkout-email input{width:100%;height:52px;border:1px solid rgba(23,23,19,.15);background:#fbf8f2;border-radius:13px;padding:0 15px;color:#171713;font:inherit;font-size:11px;-webkit-appearance:none;appearance:none}.premium-check-line{margin-top:18px}.premium-pay-button{margin-top:20px;min-height:63px}.premium-pay-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;transition:.25s}.premium-pay-button:hover svg{transform:translateX(4px)}.payment-connection-note{display:flex;gap:9px;margin-top:14px;padding:10px 12px;background:#f1eadf;border-radius:11px}.payment-connection-note>span{width:7px;height:7px;border-radius:50%;background:#b2935d;margin-top:3px;flex:0 0 auto}.payment-connection-note p{font-size:8px;line-height:1.5;color:#756d62;margin:0}.payment-security svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5;flex:0 0 auto}.order-card-premium{border-radius:26px}.accepted-payments{margin-top:14px;padding-top:14px;border-top:1px solid rgba(23,23,19,.1)}.accepted-payments small{font-size:7px;letter-spacing:.13em;color:#8d8377}.accepted-payments>div{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.accepted-payments span{border:1px solid rgba(23,23,19,.12);background:#f8f4ed;border-radius:6px;padding:6px 8px;font-size:7px;font-weight:700}.accepted-payments .mini-paypal{color:#003087}.payment-method-card,.payment-method-card *{-webkit-tap-highlight-color:transparent}.payment-method-card:focus-visible,.checkout-email input:focus-visible{outline:2px solid #a9864d;outline-offset:2px}@media(max-width:760px){.payment-card-premium{padding:18px}.payment-section-head h2{font-size:23px}.payment-method-card{grid-template-columns:20px 1fr auto;padding:15px 13px}.stripe-word{font-size:18px}.paypal-official em{display:none}.payment-trust-strip>span{min-width:100%}.payment-live-badge{display:none}}

/* AUTHENTINO v5.9.3 — launch readability and viewport stability
   Kept as the final layer and marked important where legacy result styles
   are loaded later in the document. */
.payment-trust-strip b{font-size:12px!important}
.payment-trust-strip small{font-size:11px!important;line-height:1.4}
.payment-section-head small{font-size:11px!important}
.payment-live-badge{font-size:10px!important}
.method-copy strong{font-size:15px!important}
.method-copy small{font-size:12px!important;line-height:1.45}
.provider-message strong{font-size:13px!important}
.provider-message p{font-size:12px!important;line-height:1.55}
.checkout-email>span{font-size:13px!important;font-weight:600}
.checkout-email input{font-size:16px!important}
.premium-check-line>span{font-size:13px!important;line-height:1.55}
.payment-connection-note p,.payment-security{font-size:11px!important;line-height:1.5}
.accepted-payments small{font-size:10px!important}
.accepted-payments span{font-size:10px!important}

.processing-label,.processing-steps span{font-size:12px!important}
.payment-success-details span{font-size:12px!important}
.payment-success-details strong{font-size:17px!important;line-height:1.35}
.payment-success-next .next-heading small{font-size:11px!important}
.payment-success-next .result-estimate span{font-size:12px!important}
.payment-success-next .result-estimate strong{font-size:18px!important}
.payment-success-next .result-estimate p{font-size:12px!important}
.payment-success-next strong{font-size:15px!important;line-height:1.4}
.payment-success-next .timeline-title em{font-size:10px!important}
.payment-success-next li p{font-size:13px!important;line-height:1.6}
.payment-success-next li small{font-size:11px!important;line-height:1.45}
.payment-success-next .result-email-note{font-size:12px!important;line-height:1.55}
.payment-success-reference{font-size:12px!important}
.payment-success-reference strong{font-size:14px!important}

.cert-brand small,.cert-id small,.result-label,.cert-score>div:last-child small,
.cert-grid small,.findings-head,.cert-footer small{font-size:10px!important;line-height:1.4}
.cert-id strong{font-size:14px!important}
.cert-result p{font-size:13px!important;line-height:1.65}
.cert-grid strong,.finding-row strong{font-size:13px!important;line-height:1.4}
.cert-footer strong{font-size:12px!important;line-height:1.4}
.aside-status p,.aside-block p{font-size:13px!important;line-height:1.6}
.aside-block small{font-size:10px!important}
.preview-top small,.preview-meta small,.preview-result small,.preview-bottom small{
  font-size:10px!important;line-height:1.4
}
.preview-result p{font-size:13px!important}
.preview-meta strong{font-size:13px!important}
.preview-bottom strong{font-size:12px!important}

/* Long translated strings and data identifiers may never widen the viewport. */
.view,.view *,.payment-success-panel,.payment-success-panel *,
.certificate-document,.certificate-document *,.contact-page,.contact-page *{
  min-width:0
}
.view p,.view strong,.view small,.view span,.view a,
.payment-success-panel,.certificate-document{
  overflow-wrap:anywhere
}

@media(max-width:760px){
  .brand-word>small{font-size:8px!important;line-height:1.2}
  .payment-trust-strip b{font-size:13px!important}
  .payment-trust-strip small{font-size:12px!important}
  .method-copy strong{font-size:15px!important}
  .method-copy small{font-size:12px!important}
  .premium-check-line>span{font-size:13px!important}
  .payment-success-details span{font-size:12px!important}
  .payment-success-details strong{font-size:18px!important}
  .payment-success-next strong{font-size:16px!important}
  .payment-success-next li p{font-size:14px!important}
  .payment-success-next li small{font-size:12px!important}
  .cert-result p,.aside-status p,.aside-block p{font-size:14px!important}
  .cert-grid strong,.finding-row strong{font-size:14px!important}
}
