:root{
  --navy:#071c35;--navy-2:#0a294c;--blue:#0b6fe8;--blue-2:#075bc2;--cyan:#18c7cf;
  --ink:#10243e;--muted:#60738d;--soft:#f4f8fc;--soft-blue:#edf6ff;--line:#dce6f1;
  --white:#fff;--green:#16a765;--green-dark:#0d8c53;--shadow:0 24px 70px rgba(15,46,82,.12);
  --radius:20px;--shell:min(1180px,calc(100% - 48px));
}
*{box-sizing:border-box}html{max-width:100%;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:100px}body{max-width:100%;margin:0;overflow-x:hidden;color:var(--ink);background:#fff;font-family:"Segoe UI",Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.shell{width:var(--shell);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}
.topline{height:34px;color:#dfeaff;background:var(--navy);font-size:11px;font-weight:650;letter-spacing:.035em}.topline .shell{height:100%;display:flex;align-items:center;gap:14px}.topline i{width:3px;height:3px;border-radius:50%;background:#6e89a8}.topline a{margin-left:auto;color:#7cf2ca;font-weight:750}.topline a:hover{text-decoration:underline}.site-header{height:78px;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(220,230,241,.9);background:rgba(255,255,255,.94);backdrop-filter:blur(15px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px}.brand-logo{width:41px;height:41px}.brand-copy{display:flex;flex-direction:column;color:var(--navy);line-height:1}.brand-copy strong{font-size:15px;letter-spacing:-.01em}.brand-copy small{margin-top:5px;color:#3d6b9b;font-size:9px;font-weight:800;letter-spacing:.24em}.site-nav{display:flex;align-items:center;gap:28px;color:#324a65;font-size:13px;font-weight:650}.site-nav>a,.nav-group>button{padding:29px 0;border:0;background:none;cursor:pointer}.site-nav>a:hover,.nav-group>button:hover{color:var(--blue)}.nav-group{position:relative}.nav-group>button span{margin-left:4px;font-size:12px}.nav-panel{width:320px;padding:10px;position:absolute;top:65px;left:-70px;visibility:hidden;opacity:0;transform:translateY(8px);border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 20px 55px rgba(20,50,82,.16);transition:.18s ease}.nav-group:hover .nav-panel,.nav-group:focus-within .nav-panel{visibility:visible;opacity:1;transform:none}.nav-panel a{padding:11px;display:flex;align-items:center;gap:11px;border-radius:10px}.nav-panel a:hover{background:var(--soft)}.nav-panel a>span:last-child{display:flex;flex-direction:column;gap:4px}.nav-panel b{color:var(--navy);font-size:13px}.nav-panel small{color:var(--muted);font-size:10px}.mini-format{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#fff;font-size:9px;font-weight:850;letter-spacing:.04em}.mini-format.rtx{background:#6d4de7}.mini-format.wrt{background:#0878d7}.mini-format.nts{background:#ee7b27}.site-nav .nav-wa{padding:11px 17px;color:#fff!important;border-radius:9px;background:var(--green)}.site-nav .nav-wa:hover{background:var(--green-dark)}.menu-button{display:none;width:42px;height:42px;padding:10px;border:1px solid var(--line);border-radius:9px;background:#fff}.menu-button span{height:2px;margin:4px 0;display:block;background:var(--navy)}
.eyebrow{margin:0 0 16px;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.16em}.eyebrow>span{width:22px;height:2px;margin:0 9px 3px 0;display:inline-block;background:var(--cyan)}.eyebrow.light{color:#6de6e4}.home-hero{min-height:680px;position:relative;overflow:hidden;border-bottom:1px solid #e1ebf5;background:linear-gradient(135deg,#f9fcff 0%,#edf6ff 55%,#f3fffe 100%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:420px;height:420px;right:-80px;top:-130px;background:radial-gradient(circle,#c9f9f5,transparent 68%)}.orb-two{width:330px;height:330px;left:-190px;bottom:-90px;background:radial-gradient(circle,#d9e9ff,transparent 68%)}.hero-grid{min-height:680px;position:relative;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:68px;padding-block:82px}.hero-copy h1{max-width:680px;margin:0;color:var(--navy);font-size:clamp(48px,5vw,70px);line-height:1.02;letter-spacing:-.055em}.hero-copy h1 em{color:var(--blue);font-style:normal}.hero-lede{max-width:670px;margin:27px 0;color:#536982;font-size:18px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:48px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:750;transition:.18s ease}.button:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:var(--blue);box-shadow:0 12px 26px rgba(11,111,232,.22)}.button.primary:hover{background:var(--blue-2)}.button.secondary{color:var(--navy);border-color:#cbd9e8;background:#fff}.button.whatsapp{color:#fff;background:var(--green)}.button.whatsapp:hover{background:var(--green-dark)}.button.ghost-light{color:#fff;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.05)}.button.white{color:var(--navy);background:#fff}.button.full{width:100%}.hero-proof{margin-top:33px;display:flex;align-items:center;gap:11px;color:#71829a}.hero-proof div{display:flex;align-items:center;gap:8px}.hero-proof b{width:26px;height:26px;display:grid;place-items:center;color:var(--blue);border:1px solid #c7dff8;border-radius:50%;background:#fff;font-size:9px}.hero-proof span{font-size:11px;font-weight:700}.hero-proof>i{width:16px;height:1px;background:#c9d8e7}.hero-visual{min-height:490px;position:relative;display:flex;align-items:center}.visual-window{width:100%;overflow:hidden;border:1px solid #d2deeb;border-radius:20px;background:#fff;box-shadow:0 35px 80px rgba(17,57,97,.17);transform:rotate(1deg)}.visual-top{height:52px;padding:0 18px;display:flex;align-items:center;gap:7px;color:#6f8297;border-bottom:1px solid #e5ecf4;background:#fbfdff;font-size:11px}.visual-top>span{width:8px;height:8px;border-radius:50%;background:#cad5e1}.visual-top b{margin-left:7px;color:#35506e}.visual-top small{margin-left:auto;padding:5px 8px;color:#0a7b5a;border-radius:5px;background:#ddf8ee;font-size:8px;font-weight:850}.visual-body{padding:23px}.workflow-node{min-height:80px;padding:13px 15px;display:flex;align-items:center;gap:15px;border:1px solid #e0e8f1;border-radius:13px;background:#fff}.workflow-node>span{display:flex;flex-direction:column;gap:5px}.workflow-node>span b{color:var(--navy);font-size:14px}.workflow-node>span small{color:#76869a;font-size:10px}.image-sheet{width:57px;height:51px;padding:10px 8px;border:1px solid #c8d6e4;border-radius:6px;background:#fdfefe;box-shadow:4px 4px 0 #e7eef6}.image-sheet i{height:3px;margin:0 0 5px;display:block;border-radius:3px;background:#a8b9ca}.image-sheet i:nth-child(2){width:83%}.image-sheet i:nth-child(3){width:92%}.image-sheet i:nth-child(4){width:68%}.flow-arrow{height:38px;margin-left:42px;display:flex;align-items:center;gap:12px;color:#8aa0b5;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}.flow-arrow i{width:1px;height:26px;position:relative;background:#98aec2}.flow-arrow i:after{content:"";width:6px;height:6px;position:absolute;left:-3px;bottom:0;border-right:1px solid #98aec2;border-bottom:1px solid #98aec2;transform:rotate(45deg)}.txt-stack{width:58px;height:48px;position:relative}.txt-stack i{width:41px;height:46px;position:absolute;display:grid;place-items:center;color:#fff;border-radius:6px;background:var(--blue);font-size:8px;font-style:normal;font-weight:850}.txt-stack i:nth-child(1){left:0;opacity:.45}.txt-stack i:nth-child(2){left:8px;opacity:.7}.txt-stack i:nth-child(3){left:16px}.final-node{border-color:#a7e8d6;background:#f2fffb}.final-file{width:58px;height:49px;position:relative;display:grid;place-items:center;border-radius:8px;background:#dcf9ef}.final-file b{width:23px;height:23px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--green);font-size:12px}.final-file span{position:absolute;right:-4px;bottom:-4px;padding:3px 5px;color:#fff;border-radius:4px;background:var(--navy);font-size:7px;font-weight:850}.visual-status{height:44px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;color:#6f8297;border-top:1px solid #e5ecf4;background:#fbfdff;font-size:9px}.visual-status span{display:flex;align-items:center;gap:7px}.visual-status i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #dff8ee}.visual-status b{color:var(--green)}.floating-stat{padding:11px 14px;position:absolute;display:flex;align-items:center;gap:10px;border:1px solid #d8e4ef;border-radius:11px;background:#fff;box-shadow:0 14px 35px rgba(25,58,92,.14)}.floating-stat>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;font-size:13px}.floating-stat p{margin:0;display:flex;flex-direction:column;gap:3px}.floating-stat b{color:var(--navy);font-size:11px}.floating-stat small{color:#7a899b;font-size:8px}.stat-speed{top:40px;right:-28px}.stat-speed>span{color:#e99a00;background:#fff5d8}.stat-files{bottom:37px;left:-35px}.stat-files>span{color:var(--green);background:#e4f9f1}
.section{padding:110px 0}.section-heading{max-width:720px;margin:0 auto 48px;text-align:center}.section-heading.narrow{max-width:640px}.section-heading h2{margin:0 0 15px;color:var(--navy);font-size:clamp(34px,4vw,50px);line-height:1.1;letter-spacing:-.045em}.section-heading>p:last-child{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.step-label{margin:0 0 17px!important;color:#57718d!important;font-size:10px!important;font-weight:850;letter-spacing:.15em}.step-label span{width:25px;height:25px;margin-right:7px;display:inline-grid;place-items:center;color:#fff;border-radius:50%;background:var(--blue);letter-spacing:0}.selector{scroll-margin-top:95px}.choice-grid{display:grid;gap:18px}.notepad-grid{grid-template-columns:repeat(3,1fr)}.notepad-choice-wrap{position:relative}.choice-card{width:100%;position:relative;text-align:left;border:1px solid var(--line);background:#fff;cursor:pointer;transition:.2s ease}.choice-card:hover{border-color:#9ec8f3;transform:translateY(-4px);box-shadow:0 18px 45px rgba(26,63,102,.11)}.choice-card.selected{border:2px solid var(--blue);background:#f7fbff;box-shadow:0 18px 45px rgba(11,111,232,.13)}.notepad-choice{min-height:178px;padding:27px;display:flex;align-items:center;gap:18px;border-radius:17px}.choice-copy{display:flex;flex-direction:column;gap:7px}.choice-copy b{color:var(--navy);font-size:16px}.choice-copy small{color:#75869a;font-size:11px;line-height:1.45}.select-indicator{width:23px;height:23px;position:absolute;top:14px;right:14px;display:grid;place-items:center;color:#fff;border-radius:50%;background:#cfdae5;font-size:10px}.choice-card.selected .select-indicator{background:var(--blue)}.format-icon{flex:0 0 auto;position:relative;display:grid;place-items:center;color:#fff;border-radius:14px;box-shadow:0 10px 20px rgba(23,54,90,.14)}.format-icon:before{content:"";position:absolute;top:0;right:0;border-style:solid;border-width:0 17px 17px 0;border-color:transparent rgba(255,255,255,.3) transparent transparent}.format-icon.large{width:78px;height:88px}.format-icon.hero-size{width:145px;height:166px;border-radius:24px}.format-icon b{font-size:15px;letter-spacing:.04em}.format-icon small{position:absolute;bottom:12px;color:rgba(255,255,255,.74);font-size:8px;font-weight:750}.format-icon.hero-size b{font-size:28px}.format-icon.hero-size small{bottom:24px;font-size:13px}.format-icon.rtx{background:linear-gradient(145deg,#7a5af0,#5137c6)}.format-icon.wrt{background:linear-gradient(145deg,#1199ee,#0765c5)}.format-icon.nts{background:linear-gradient(145deg,#ff9c45,#d86017)}.card-guide-link{margin:10px 2px 0;display:inline-flex;color:#65809c;font-size:10px;font-weight:700}.card-guide-link:hover{color:var(--blue)}.card-guide-link span{margin-left:5px}.not-sure-line{margin:25px 0 0;color:#71839a;text-align:center;font-size:12px}.not-sure-line a{color:var(--blue);font-weight:750;text-decoration:underline;text-underline-offset:3px}.selector-alt{max-width:none;padding-inline:max(24px,calc((100vw - 1180px)/2));background:var(--soft)}.image-choice-grid{grid-template-columns:repeat(4,1fr)}.image-choice{min-height:260px;padding:16px;display:flex;flex-direction:column;gap:16px;border-radius:16px}.sample-crop{height:132px;padding:21px 15px;overflow:hidden;position:relative;display:block;color:#27394b;border:1px solid #cbd5df;border-radius:10px;background:repeating-linear-gradient(#faf9f5 0,#faf9f5 27px,#dce4ea 28px)}.sample-crop:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(56,41,23,.05),transparent 18%,rgba(56,41,23,.02))}.sample-crop i{height:27px;display:block;white-space:nowrap;font-style:normal}.type-one{font-family:cursive;font-size:15px;letter-spacing:.01em}.type-two{font-size:13px;font-weight:750;letter-spacing:.02em}.image-choice .choice-copy{padding:0 5px}.txt-choice-icon{height:132px;padding:27px 31px;display:flex;flex-direction:column;gap:9px;color:#fff;border-radius:10px;background:linear-gradient(145deg,#116ee3,#0758b8)}.txt-choice-icon b{margin-bottom:3px;font-size:20px}.txt-choice-icon i{height:3px;border-radius:2px;background:rgba(255,255,255,.63)}.txt-choice-icon i:nth-child(3){width:82%}.txt-choice-icon i:nth-child(4){width:65%}.unsure-icon{height:132px;display:grid;place-items:center;color:#8495a8;border:2px dashed #bdcbd9;border-radius:10px;background:#fafcfe;font-size:44px;font-weight:300}.need-grid{max-width:900px;margin:auto;grid-template-columns:repeat(2,1fr)}.need-choice{min-height:172px;padding:26px;display:flex;align-items:center;gap:19px;border-radius:17px}.need-icon{width:65px;height:65px;flex:0 0 auto;display:grid;place-items:center;border-radius:16px;background:#e8f3ff}.need-icon i{width:30px;height:30px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--blue);font-style:normal}.service-choice .need-icon{background:#e7f9f2}.service-choice .need-icon i{background:var(--green)}.need-choice em{color:var(--blue);font-size:8px;font-style:normal;font-weight:850;letter-spacing:.14em}.service-choice .choice-copy em{color:var(--green)}.need-choice .choice-copy b{font-size:19px}.flow-result{max-width:1000px;margin:38px auto 0;padding:32px;border:1px solid #b9d8f8;border-radius:18px;background:#f7fbff;box-shadow:0 20px 48px rgba(17,64,111,.09)}.service-result{border-color:#b4e8d5;background:#f5fffb}.result-head{display:flex;align-items:flex-start;gap:15px}.result-head>span{width:39px;height:39px;flex:0 0 auto;display:grid;place-items:center;color:#fff;border-radius:10px;background:var(--blue);font-weight:850}.service-result .result-head>span{background:var(--green)}.result-head .eyebrow{margin-bottom:7px}.result-head h3{margin:0 0 8px;color:var(--navy);font-size:23px}.result-head h3 b{color:var(--blue)}.result-head p:last-child{margin:0;color:var(--muted);font-size:13px}.result-points{margin:25px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.result-points span{padding:11px 14px;color:#47627c;border-radius:8px;background:#fff;font-size:11px}.result-points span:before{content:"✓";margin-right:8px;color:var(--green);font-weight:900}.result-actions{display:flex;flex-wrap:wrap;gap:11px}.mini-products{margin:25px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-products a{padding:13px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:11px;background:#fff}.mini-products a[hidden]{display:none}.mini-products a>span:last-child{display:flex;flex-direction:column;gap:4px}.mini-products b{color:var(--navy);font-size:11px}.mini-products small{display:-webkit-box;overflow:hidden;color:#77899c;font-size:8px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.workflow-overview{background:#fff}.stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stage-grid article{min-height:390px;padding:32px;position:relative;border:1px solid var(--line);border-radius:19px;background:#fff;transition:.2s ease}.stage-grid article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.stage-no{position:absolute;top:24px;right:27px;color:#dbe5ef;font-size:36px;font-weight:850;letter-spacing:-.05em}.stage-tag,.product-eyebrow{margin:21px 0 9px;color:var(--blue);font-size:9px;font-weight:850;letter-spacing:.13em}.stage-grid h3,.product-card h3{margin:0 0 13px;color:var(--navy);font-size:24px;letter-spacing:-.025em}.stage-grid article>p:not(.stage-tag),.product-card>p:not(.product-eyebrow){color:var(--muted);font-size:13px;line-height:1.7}.stage-grid article>a{position:absolute;bottom:30px;color:var(--blue);font-size:12px;font-weight:750}.product-icon{flex:0 0 auto;position:relative;display:block;overflow:hidden;border-radius:14px;box-shadow:0 10px 22px rgba(21,54,91,.15)}.product-icon.large{width:76px;height:76px}.product-icon.medium{width:68px;height:68px}.product-icon.small{width:43px;height:43px;border-radius:10px}.product-icon.hero-size{width:168px;height:168px;border-radius:28px}.product-icon.smartocr{background:linear-gradient(145deg,#0f89ee,#0751b5)}.product-icon.proofmaster{background:linear-gradient(145deg,#7757ef,#4e34b9)}.product-icon.autotyper{background:linear-gradient(145deg,#19a779,#087b57)}.icon-doc{width:44%;height:58%;position:absolute;top:19%;left:28%;border:2px solid #fff;border-radius:4px}.icon-doc:before,.icon-doc:after{content:"";width:60%;height:2px;position:absolute;left:20%;background:#fff;opacity:.8}.icon-doc:before{top:31%}.icon-doc:after{top:54%}.icon-scanline{width:66%;height:3px;position:absolute;top:50%;left:17%;border-radius:2px;background:#59fff0;box-shadow:0 0 9px #59fff0}.icon-check{width:42%;height:42%;position:absolute;top:21%;left:29%;display:grid;place-items:center;color:#5a3ec9;border-radius:50%;background:#fff;font-weight:900}.icon-lines{width:48%;height:2px;position:absolute;left:26%;bottom:24%;background:rgba(255,255,255,.8);box-shadow:0 6px 0 rgba(255,255,255,.55)}.icon-keyboard{width:64%;height:38%;padding:8%;position:absolute;left:18%;top:30%;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;border:2px solid #fff;border-radius:5px}.icon-keyboard i{border-radius:1px;background:#fff}.icon-arrow{position:absolute;right:10%;top:23%;color:#9ff9dc;font-size:28px;font-weight:300}.product-icon.small .icon-keyboard{gap:1px;border-width:1px}.product-icon.small .icon-arrow{font-size:18px}.section-dark{padding:100px 0;color:#fff;background:linear-gradient(135deg,var(--navy),#0b3156)}.video-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px}.video-grid h2{margin:0 0 18px;color:#fff;font-size:clamp(34px,4vw,50px);line-height:1.1;letter-spacing:-.04em}.video-grid>div:first-child>p:not(.eyebrow){color:#b1c1d2;line-height:1.75}.video-grid ul{margin:25px 0;padding:0;display:grid;gap:11px;list-style:none;color:#d4e0ec;font-size:12px}.video-grid li span{margin-right:9px;color:#68e3ba}.video-frame{aspect-ratio:16/9;overflow:hidden;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:#020b15;box-shadow:0 28px 65px rgba(0,0,0,.25)}.video-frame iframe{width:100%;height:100%;border:0}.text-link-light{color:#75e8e2;font-size:12px;font-weight:750}.text-link-light span{margin-left:5px}.software-preview{background:var(--soft)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.product-card{min-height:490px;padding:31px;position:relative;border:1px solid var(--line);border-radius:19px;background:#fff}.product-card ul{margin:23px 0 0;padding:0;display:grid;gap:10px;list-style:none;color:#526a83;font-size:11px}.product-card li{display:flex;gap:8px}.product-card li span{color:var(--green);font-weight:900}.card-main-link{position:absolute;left:31px;bottom:31px;color:var(--blue);font-size:12px;font-weight:800}.center-actions{margin-top:35px;display:flex;justify-content:center;gap:12px}.split-heading{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;text-align:left}.split-heading>div{max-width:690px}.split-heading>a{margin-bottom:7px;color:var(--blue);font-size:12px;font-weight:750}.guide-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.guide-card-grid article{min-height:245px;padding:27px;position:relative;border:1px solid var(--line);border-radius:16px;background:#fff}.guide-card-grid article>span{color:#d9e5f0;font-size:34px;font-weight:850}.guide-card-grid article>p{margin:18px 0 8px;color:var(--blue);font-size:8px;font-weight:850;letter-spacing:.13em}.guide-card-grid h3{margin:0;color:var(--navy);font-size:18px;line-height:1.35}.guide-card-grid a{position:absolute;left:27px;bottom:25px;color:#5e7690;font-size:11px;font-weight:750}.guide-card-grid a:hover{color:var(--blue)}.faq-section{background:var(--soft)}.faq-list{max-width:820px;margin:auto;border-top:1px solid #ccd9e6}.faq-list details{border-bottom:1px solid #ccd9e6}.faq-list summary{padding:21px 3px;display:flex;align-items:center;justify-content:space-between;color:var(--navy);font-size:14px;font-weight:750;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:28px;height:28px;display:grid;place-items:center;color:var(--blue);border-radius:50%;background:#fff;font-size:18px;font-weight:400;transition:.2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0;padding:0 45px 22px 3px;color:var(--muted);font-size:13px;line-height:1.75}.cta-band{padding:76px 0;color:#fff;background:linear-gradient(125deg,#075bc2 0%,#0b6fe8 56%,#078e99 130%)}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:45px}.cta-inner>div:first-child{max-width:700px}.cta-inner h2{margin:0 0 12px;font-size:clamp(30px,4vw,44px);line-height:1.1;letter-spacing:-.04em}.cta-inner p:last-child{margin:0;color:#d8eaff;line-height:1.7}.cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.wa-symbol{width:21px;height:21px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%;font-size:10px}.floating-wa{padding:11px 15px;position:fixed;right:20px;bottom:20px;z-index:95;display:flex;align-items:center;gap:8px;color:#fff;border-radius:999px;background:var(--green);box-shadow:0 12px 30px rgba(7,95,57,.3);font-size:11px}.floating-wa:hover{background:var(--green-dark)}.floating-wa .wa-symbol{width:23px;height:23px}.site-footer{padding:65px 0 22px;color:#8fa1b4;background:#06172b}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-brand>p{max-width:300px;margin:22px 0 0;color:#8fa1b4;font-size:12px;line-height:1.7}.site-footer .brand-copy strong{color:#fff}.site-footer .brand-copy small{color:#6fcad1}.footer-grid h3{margin:5px 0 19px;color:#fff;font-size:12px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:11px}.footer-grid>div:not(.footer-brand) a{font-size:11px}.footer-grid>div:not(.footer-brand) a:hover{color:#7be7e3}.footer-bottom{margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;gap:30px;border-top:1px solid #17304a;font-size:9px}.footer-bottom p{margin:0}
/* Inner pages */
.breadcrumbs{margin-bottom:48px;display:flex;align-items:center;gap:9px;color:#8192a5;font-size:10px}.breadcrumbs a{color:var(--blue);font-weight:700}.breadcrumbs i{color:#bdc9d5;font-style:normal}.inner-hero{padding:58px 0 82px;border-bottom:1px solid #dfe8f1;background:linear-gradient(135deg,#f8fbff,#edf6ff)}.inner-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:70px}.inner-hero h1,.guide-hero h1,.guide-index-hero h1,.legal-hero h1,.not-found h1{margin:0;color:var(--navy);font-size:clamp(44px,5.5vw,68px);line-height:1.04;letter-spacing:-.055em}.inner-lede{max-width:790px;margin:25px 0 29px;color:#536982;font-size:17px;line-height:1.8}.notepad-hero-icon{display:flex;align-items:center;justify-content:center;gap:22px}.notepad-hero-icon>div:last-child{display:flex;flex-direction:column;gap:8px}.notepad-hero-icon>div:last-child span{color:#7a8da1;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.notepad-hero-icon>div:last-child b{color:var(--navy);font-size:28px}.content-layout{width:var(--shell);margin:auto;display:grid;grid-template-columns:1fr 330px;gap:75px}.main-content h2,.article-sections h2,.watch-details h2{margin:0 0 24px;color:var(--navy);font-size:clamp(32px,4vw,44px);letter-spacing:-.04em}.numbered-steps{border-top:1px solid var(--line)}.numbered-steps>div{padding:25px 0;display:grid;grid-template-columns:55px 1fr;gap:17px;border-bottom:1px solid var(--line)}.numbered-steps>div>span{width:39px;height:39px;display:grid;place-items:center;color:var(--blue);border-radius:10px;background:#eaf4ff;font-size:10px;font-weight:850}.numbered-steps h3{margin:2px 0 8px;color:var(--navy);font-size:17px}.numbered-steps p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.side-card{padding:28px;align-self:start;border:1px solid var(--line);border-radius:16px;background:var(--soft);box-shadow:0 18px 45px rgba(20,53,88,.08)}.side-card h3{margin:0 0 10px;color:var(--navy);font-size:20px}.side-card>p:not(.eyebrow){margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.65}.side-card .button{margin-bottom:9px}.side-card hr{margin:24px 0;border:0;border-top:1px solid var(--line)}.text-link{color:var(--blue);font-size:12px;font-weight:750}.section-soft{padding:100px 0;background:var(--soft)}.light-video>div:first-child>p:not(.eyebrow){color:var(--muted)}.light-video h2{color:var(--navy)}.feature-bar{border-bottom:1px solid var(--line);background:#fff}.feature-bar .shell{display:grid;grid-template-columns:repeat(4,1fr)}.feature-bar .shell>div{min-height:88px;padding:20px;display:flex;align-items:center;gap:10px;border-right:1px solid var(--line)}.feature-bar .shell>div:first-child{border-left:1px solid var(--line)}.feature-bar span{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;color:var(--green);border-radius:50%;background:#e5f9f1;font-size:10px}.feature-bar p{margin:0;color:#4e657d;font-size:10px;line-height:1.5;font-weight:650}.product-hero-visual{display:flex;flex-direction:column;align-items:center;gap:18px}.product-hero-visual>span{max-width:260px;color:#47627e;text-align:center;font-size:11px;font-weight:700;line-height:1.5}.narrow-shell{max-width:920px}.feature-article{padding:55px 0;display:grid;grid-template-columns:70px 1fr;gap:22px;border-bottom:1px solid var(--line)}.feature-article:first-child{padding-top:0}.feature-index{color:#cddae7;font-size:33px;font-weight:850}.feature-article h2{max-width:720px}.feature-article>div:last-child>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.85}.check-list{margin:25px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px 18px;list-style:none}.check-list li{display:flex;gap:9px;color:#405a74;font-size:12px;line-height:1.55}.check-list li span{width:21px;height:21px;flex:0 0 auto;display:grid;place-items:center;color:var(--green);border-radius:50%;background:#e4f8f0;font-size:9px;font-weight:900}.file-example{margin-top:24px;padding:15px 18px;display:flex;align-items:center;gap:15px;border:1px solid #c9def5;border-radius:10px;background:#f3f9ff}.file-example span{color:#6f8297;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}.file-example code{color:var(--blue);font-family:Consolas,monospace;font-size:13px;font-weight:700}.info-note{margin-top:24px;padding:16px 18px;display:flex;gap:12px;border-left:3px solid var(--cyan);border-radius:0 8px 8px 0;background:#eefafa}.info-note>span{width:22px;height:22px;flex:0 0 auto;display:grid;place-items:center;color:#fff;border-radius:50%;background:#169ba3;font-size:11px;font-weight:850}.info-note p{margin:0;color:#476771!important;font-size:11px!important;line-height:1.65!important}.product-video{padding:95px 0}.service-hero{background:linear-gradient(135deg,#f6fffb,#edf8f5)}.service-visual{display:flex;justify-content:center}.service-stack{width:260px;padding:23px;border:1px solid #c7e3d7;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.service-stack>span{padding:12px 14px;display:flex;align-items:center;gap:12px;color:var(--navy);border:1px solid var(--line);border-radius:9px;font-size:12px;font-weight:750}.service-stack b{width:27px;height:27px;display:grid;place-items:center;color:var(--green);border-radius:7px;background:#e4f8f0;font-size:9px}.service-stack i{height:18px;margin-left:27px;display:block;border-left:1px dashed #95b9aa}.related-box{padding:36px;border-radius:18px;background:var(--soft)}.related-box h2{margin:0 0 20px;color:var(--navy);font-size:28px}.related-box>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.related-box a{padding:15px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:11px;font-weight:700}.related-box a b{color:var(--blue)}
/* Indexes and articles */
.index-hero{text-align:center}.index-hero .breadcrumbs,.guide-index-hero .breadcrumbs{justify-content:center}.centered{text-align:center}.centered .inner-lede{margin-inline:auto}.hero-actions.center{justify-content:center}.package-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.package-flow article{padding:32px;position:relative;border:1px solid var(--line);border-radius:19px;background:#fff}.package-flow h2{margin:0 0 13px;color:var(--navy);font-size:25px}.package-flow article>p:not(.product-eyebrow){min-height:68px;color:var(--muted);font-size:12px;line-height:1.7}.package-flow .check-list{grid-template-columns:1fr}.product-card-actions{margin-top:28px;display:flex;align-items:center;gap:15px}.comparison{max-width:900px}.comparison-table{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff}.table-row{padding:18px 24px;display:grid;grid-template-columns:1fr 1.3fr;gap:20px;border-bottom:1px solid var(--line);color:#577089;font-size:12px}.table-row:last-child{border:0}.table-row span:last-child{color:var(--navy)}.table-head{color:#fff!important;background:var(--navy);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.table-head span{color:#fff!important}.service-index-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-index-grid article{min-height:330px;padding:30px;position:relative;border:1px solid var(--line);border-radius:18px;background:#fff}.service-index-grid article>span{position:absolute;top:25px;right:27px;color:#dce6ef;font-size:36px;font-weight:850}.service-card-icon{width:57px;height:57px;display:grid;place-items:center;color:#fff;border-radius:14px;background:linear-gradient(145deg,#19ad79,#087755);font-size:20px}.service-index-grid h2{margin:26px 0 12px;color:var(--navy);font-size:23px}.service-index-grid p{color:var(--muted);font-size:12px;line-height:1.7}.service-index-grid a{position:absolute;left:30px;bottom:28px;color:var(--blue);font-size:12px;font-weight:750}.service-process{margin-top:65px;padding:28px 35px;display:flex;align-items:center;justify-content:center;gap:30px;border-radius:18px;background:var(--soft)}.service-process>div{display:flex;align-items:center;gap:12px}.service-process>div>span{width:35px;height:35px;display:grid;place-items:center;color:#fff;border-radius:9px;background:var(--blue);font-size:10px;font-weight:850}.service-process p{margin:0;display:flex;flex-direction:column;gap:4px}.service-process b{color:var(--navy);font-size:12px}.service-process small{color:#78899c;font-size:9px}.service-process>i{color:#9aabbb;font-style:normal}.guide-index-hero{padding:75px 0 88px;background:linear-gradient(135deg,#f8fbff,#edf6ff)}.guide-search{max-width:560px;height:54px;margin:35px auto 0;padding:0 18px;display:flex;align-items:center;gap:10px;border:1px solid #cbdbe9;border-radius:12px;background:#fff;box-shadow:0 15px 35px rgba(26,62,100,.08)}.guide-search span{color:#8294a6;font-size:24px}.guide-search input{width:100%;height:100%;border:0;outline:0;color:var(--navy);background:transparent}.guide-library{background:var(--soft)}.guide-group{margin-bottom:58px}.guide-group:last-child{margin:0}.guide-group-title{margin-bottom:17px;display:flex;align-items:center;gap:10px}.guide-group-title>span{width:4px;height:23px;border-radius:4px;background:var(--cyan)}.guide-group-title h2{margin:0;color:var(--navy);font-size:24px}.guide-group-title small{margin-left:auto;color:#8293a6;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}.guide-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.guide-list>a{min-height:118px;padding:20px;display:grid;grid-template-columns:52px 1fr 20px;align-items:center;gap:14px;border:1px solid var(--line);border-radius:13px;background:#fff;transition:.18s}.guide-list>a:hover{border-color:#9ac6f2;transform:translateY(-2px);box-shadow:0 12px 30px rgba(25,58,92,.08)}.guide-list>a>span{color:var(--blue);font-size:8px;font-weight:850;letter-spacing:.1em}.guide-list h3{margin:0 0 7px;color:var(--navy);font-size:15px;line-height:1.35}.guide-list p{margin:0;display:-webkit-box;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.guide-list>a>b{color:var(--blue)}.no-guide-results{padding:30px;color:var(--muted);text-align:center;border:1px dashed #b8c7d5;border-radius:12px}.video-index-hero{background:linear-gradient(135deg,#f8fbff,#f0f7ff)}.featured-video-card{padding:18px;display:grid;grid-template-columns:1.15fr .85fr;gap:35px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.featured-video-card>div:last-child{padding:25px 20px 20px 0}.featured-video-card h2{margin:0 0 14px;color:var(--navy);font-size:31px;line-height:1.15;letter-spacing:-.04em}.featured-video-card>div:last-child>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:1.7}.video-tags{margin:20px 0;display:flex;flex-wrap:wrap;gap:7px}.video-tags span{padding:6px 9px;color:#3b6590;border-radius:6px;background:#eaf4ff;font-size:8px;font-weight:750}.video-topic-grid{margin-top:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.video-topic-grid a{padding:18px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:13px}.video-topic-grid a:hover{border-color:#9ec8f3}.video-topic-grid a>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.video-topic-grid b{color:var(--navy);font-size:12px}.video-topic-grid small{color:#75889d;font-size:9px}.video-topic-grid strong{margin-left:auto;color:var(--blue)}.video-page-hero{padding-bottom:70px}.video-watch .video-frame{max-width:1000px;margin:auto;border-color:#172b40;box-shadow:0 30px 70px rgba(12,39,67,.2)}.watch-details{max-width:1000px;margin:55px auto 0;display:grid;grid-template-columns:1fr 330px;gap:65px}.watch-steps{border-top:1px solid var(--line)}.watch-steps>div{padding:19px 0;display:flex;gap:14px;border-bottom:1px solid var(--line)}.watch-steps>div>span{width:35px;height:35px;flex:0 0 auto;display:grid;place-items:center;color:var(--blue);border-radius:9px;background:#eaf4ff;font-size:9px;font-weight:850}.watch-steps p{margin:0;display:flex;flex-direction:column;gap:5px}.watch-steps b{color:var(--navy);font-size:14px}.watch-steps small{color:var(--muted);font-size:11px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.contact-grid>a{min-height:250px;padding:32px;position:relative;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s}.contact-grid>a:hover{border-color:#9bc7f2;transform:translateY(-3px);box-shadow:var(--shadow)}.contact-grid>a>span{color:#dbe6ef;font-size:38px;font-weight:850}.contact-grid h2{margin:18px 0 11px;color:var(--navy);font-size:23px}.contact-grid p{max-width:460px;color:var(--muted);font-size:12px;line-height:1.7}.contact-grid b{position:absolute;left:32px;bottom:30px;color:var(--green);font-size:12px}.guide-hero{padding:55px 0 80px;border-bottom:1px solid #dfe8f1;background:linear-gradient(135deg,#f8fbff,#edf6ff)}.article-shell{max-width:900px}.guide-hero h1{max-width:870px}.article-meta{display:flex;align-items:center;gap:10px;color:#8191a4;font-size:9px;font-weight:650}.article-meta i{width:3px;height:3px;border-radius:50%;background:#a9b7c5}.article-body{padding-top:80px}.article-layout{display:grid;grid-template-columns:1fr 245px;gap:70px}.guide-summary{margin-bottom:60px;padding:27px;border:1px solid #cfe0f0;border-radius:14px;background:#f5faff}.guide-summary>b{display:block;margin-bottom:13px;color:var(--navy);font-size:13px}.guide-summary ol{margin:0;padding-left:20px;color:#54708b;font-size:11px;line-height:2}.guide-summary a:hover{color:var(--blue)}.guide-content>section{padding:0 0 55px;margin-bottom:55px;border-bottom:1px solid var(--line)}.section-number{margin:0 0 11px!important;color:#b7c8d8!important;font-size:22px!important;font-weight:850}.guide-content h2{margin:0 0 20px;color:var(--navy);font-size:31px;letter-spacing:-.035em}.guide-content>section>p:not(.section-number){color:#4f657d;font-size:14px;line-height:1.9}.guide-content .check-list{grid-template-columns:1fr}.article-aside{position:relative}.sticky-box{padding:22px;position:sticky;top:110px;border:1px solid var(--line);border-radius:13px;background:var(--soft)}.sticky-box>a{padding:12px 0;display:flex;justify-content:space-between;color:#4d6984;border-bottom:1px solid var(--line);font-size:10px;font-weight:700}.sticky-box>a:last-child{border:0}.sticky-box a span{color:var(--blue)}.article-cta{padding:38px;color:#fff;border-radius:18px;background:linear-gradient(135deg,var(--navy),#0a4779)}.article-cta h2{margin:0 0 10px;color:#fff}.article-cta>p:not(.eyebrow){color:#c4d4e3;font-size:12px;line-height:1.7}.article-cta>div{display:flex;gap:10px}.legal-hero{padding:65px 0;background:var(--soft)}.legal-hero h1{font-size:55px}.legal-hero p{max-width:760px;color:var(--muted);line-height:1.7}.legal-hero small{color:#8393a5;font-size:9px}.legal-content{padding-top:70px}.legal-content section{margin-bottom:45px}.legal-content h2{margin:0 0 12px;color:var(--navy);font-size:24px}.legal-content p{color:#536a83;font-size:13px;line-height:1.85}.not-found{min-height:620px;display:grid;place-items:center;text-align:center;background:var(--soft)}.not-found>div{padding:40px}.not-found>div>span{color:#d4e2ee;font-size:90px;font-weight:900}.not-found p{max-width:560px;margin:20px auto 28px;color:var(--muted);line-height:1.7}.not-found>div>div{display:flex;justify-content:center;gap:10px}
@media(max-width:1000px){
  :root{--shell:min(100% - 38px,900px)}.site-nav{gap:18px}.hero-grid{grid-template-columns:1fr;gap:55px;padding-top:65px}.hero-copy{text-align:center}.hero-copy h1,.hero-lede{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{max-width:650px;width:100%;margin:auto}.stat-speed{right:-10px}.stat-files{left:-10px}.image-choice-grid{grid-template-columns:repeat(2,1fr)}.video-grid{gap:40px}.content-layout{grid-template-columns:1fr 290px;gap:45px}.package-flow,.product-grid,.stage-grid{gap:14px}.package-flow article,.product-card,.stage-grid article{padding:25px}.feature-bar .shell{grid-template-columns:repeat(2,1fr)}.feature-bar .shell>div:nth-child(3){border-left:1px solid var(--line)}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr);gap:30px}.article-layout{grid-template-columns:1fr 220px;gap:45px}
}
@media(max-width:820px){
  .topline .shell span:nth-of-type(2),.topline .shell i{display:none}.site-header{height:68px}.menu-button{display:block}.site-nav{padding:18px 22px;position:fixed;inset:102px 0 auto;max-height:calc(100vh - 102px);display:none;flex-direction:column;align-items:stretch;gap:0;overflow:auto;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 25px 50px rgba(12,42,73,.16)}.site-nav.open{display:flex}.site-nav>a,.nav-group>button{width:100%;padding:15px 0;display:block;text-align:left;border-bottom:1px solid var(--line)}.site-nav .nav-wa{margin-top:15px;padding:14px;text-align:center}.nav-panel{width:auto;padding:5px 0 10px;position:static;display:none;visibility:visible;opacity:1;transform:none;border:0;box-shadow:none}.nav-group.open .nav-panel{display:block}.nav-group:hover .nav-panel{display:none}.nav-group.open:hover .nav-panel{display:block}.home-hero,.hero-grid{min-height:auto}.hero-grid{padding-block:65px}.notepad-grid,.product-grid,.stage-grid,.package-flow,.service-index-grid{grid-template-columns:1fr}.notepad-choice{min-height:150px}.video-grid{grid-template-columns:1fr}.home-video .video-grid>div:first-child,.product-video .video-grid>div:first-child{order:1}.mini-products{grid-template-columns:1fr}.guide-card-grid{grid-template-columns:repeat(2,1fr)}.cta-inner{align-items:flex-start;flex-direction:column}.cta-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.inner-hero-grid{grid-template-columns:1fr}.notepad-hero-icon,.product-hero-visual,.service-visual{justify-content:flex-start}.content-layout,.watch-details{grid-template-columns:1fr}.side-card{max-width:520px}.feature-article{grid-template-columns:50px 1fr}.check-list{grid-template-columns:1fr}.related-box>div{grid-template-columns:1fr}.guide-list{grid-template-columns:1fr}.featured-video-card{grid-template-columns:1fr}.featured-video-card>div:last-child{padding:20px}.video-topic-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-aside{display:none}.contact-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  :root{--shell:calc(100% - 32px)}html{scroll-padding-top:80px}.topline{height:31px}.topline .shell{justify-content:center}.topline a{margin-left:auto}.brand-logo{width:36px;height:36px}.brand-copy strong{font-size:13px}.brand-copy small{font-size:8px}.site-nav{inset:99px 0 auto}.hero-grid{padding-block:52px}.hero-copy h1{font-size:43px}.hero-lede{font-size:16px;line-height:1.65}.hero-actions .button{width:100%}.hero-proof{display:grid;grid-template-columns:1fr;justify-items:start;max-width:210px;margin-inline:auto}.hero-proof>i{display:none}.visual-window{transform:none}.floating-stat{display:none}.visual-body{padding:15px}.workflow-node{min-height:72px}.section{padding:78px 0}.section-heading{margin-bottom:35px}.section-heading h2{font-size:34px}.notepad-choice{padding:21px}.format-icon.large{width:64px;height:74px}.image-choice-grid,.need-grid{grid-template-columns:1fr}.image-choice{min-height:auto}.flow-result{padding:22px}.result-points{grid-template-columns:1fr}.result-actions .button{width:100%}.stage-grid article{min-height:355px}.section-dark,.section-soft{padding:75px 0}.center-actions{flex-direction:column}.split-heading{align-items:flex-start;flex-direction:column}.guide-card-grid{grid-template-columns:1fr}.guide-card-grid article{min-height:215px}.cta-band{padding:58px 0}.cta-actions,.cta-actions .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.floating-wa b{display:none}.floating-wa{padding:12px}.inner-hero,.guide-hero{padding:40px 0 62px}.breadcrumbs{margin-bottom:35px}.inner-hero h1,.guide-hero h1,.guide-index-hero h1{font-size:41px}.inner-lede{font-size:15px}.notepad-hero-icon .format-icon.hero-size{width:105px;height:120px}.notepad-hero-icon>div:last-child b{font-size:22px}.feature-bar .shell{grid-template-columns:1fr}.feature-bar .shell>div{border-left:1px solid var(--line)}.product-hero-visual .product-icon.hero-size{width:120px;height:120px}.feature-article{grid-template-columns:1fr;padding:40px 0}.feature-index{font-size:25px}.article-sections h2{font-size:32px}.file-example{align-items:flex-start;flex-direction:column}.package-flow article>p:not(.product-eyebrow){min-height:0}.product-card-actions{align-items:flex-start;flex-direction:column}.table-row{padding:15px;grid-template-columns:1fr;gap:8px}.service-process{align-items:stretch;flex-direction:column}.service-process>i{transform:rotate(90deg);text-align:center}.guide-index-hero{padding:55px 0}.guide-list>a{grid-template-columns:42px 1fr 16px}.featured-video-card{padding:10px}.video-watch{padding-top:45px}.watch-details{margin-top:40px}.article-meta{flex-wrap:wrap}.guide-content h2{font-size:27px}.article-cta{padding:27px}.article-cta>div{flex-direction:column}.legal-hero h1{font-size:42px}.not-found>div>div{flex-direction:column}
}

/* Original product, Notepad and WhatsApp artwork */
.mini-format{width:38px;height:38px;max-width:38px;max-height:38px;flex:0 0 38px;padding:2px;overflow:hidden;background:transparent!important}
.mini-format img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:contain}
.site-nav .nav-wa{min-height:48px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1}
.site-nav .nav-wa span{display:block;line-height:1}
.format-icon{max-width:100%;overflow:hidden;background:transparent!important;box-shadow:none}
.format-icon:before{display:none}
.format-icon.large{width:84px;height:84px}
.format-icon.hero-size{width:160px;height:160px;border-radius:0}
.format-icon img{width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(23,54,90,.14))}
.sample-crop{height:160px;padding:0;display:flex;align-items:center;justify-content:center;background:#fff}
.sample-crop:after{display:none}
.sample-crop img{width:100%;height:100%;max-width:100%;display:block;object-fit:contain}
.product-icon{max-width:100%;padding:2px;overflow:hidden;background:#fff!important}
.product-icon img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:contain}
.wa-logo{width:20px;height:20px;display:block;flex:0 0 auto}
.nav-wa .wa-logo{width:18px;height:18px}
.floating-wa .wa-logo{width:24px;height:24px}
.button.whatsapp{display:inline-flex;align-items:center;gap:9px}
@media(max-width:600px){.format-icon.large{width:68px;height:68px}.notepad-hero-icon .format-icon.hero-size{width:112px;height:112px}.sample-crop{height:170px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Primary logo and first-screen service/software choice */
.brand-logo{width:44px;height:44px;flex:0 0 auto;border-radius:50%;object-fit:cover;box-shadow:0 7px 18px rgba(7,52,124,.18)}
.hero-intent{max-width:690px;margin-top:27px}
.hero-intent>p{margin:0 0 10px;color:var(--navy);font-size:13px;font-weight:850}
.hero-intent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.hero-intent-button{min-height:88px;padding:14px 15px;display:grid;grid-template-columns:43px 1fr 18px;align-items:center;gap:11px;text-align:left;color:var(--navy);border:1px solid #cbdbea;border-radius:13px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(18,57,96,.07);cursor:pointer;transition:.18s ease}
.hero-intent-button:hover{border-color:#7eb6ee;transform:translateY(-2px);box-shadow:0 15px 34px rgba(18,57,96,.12)}
.hero-intent-button[aria-pressed="true"]{border:2px solid var(--blue);background:#f5faff;box-shadow:0 15px 34px rgba(11,111,232,.14)}
.hero-intent-button.service[aria-pressed="true"]{border-color:var(--green);background:#f3fffa}
.hero-intent-button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:4px}
.hero-intent-button small{color:var(--blue);font-size:8px;font-weight:900;letter-spacing:.14em}
.hero-intent-button.service small{color:var(--green)}
.hero-intent-button strong{font-size:14px;line-height:1.3}
.hero-intent-button>b{color:#8aa0b6;font-size:17px}
.hero-intent-icon{width:43px;height:43px;display:grid;place-items:center;color:#fff;border-radius:12px;background:var(--blue);font-size:16px;font-weight:850}
.hero-intent-button.service .hero-intent-icon{background:var(--green)}
.hero-intent-help{margin-top:8px;display:block;color:#708299;font-size:10px;line-height:1.5}
.hero-video-link{margin-top:15px;display:inline-flex;align-items:center;gap:8px;color:#3e658b;font-size:11px;font-weight:750}
.hero-video-link:hover{color:var(--blue)}
.hero-video-link>span{width:22px;height:22px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--blue);font-size:8px}
.hero-proof{margin-top:22px}

@media(max-width:1000px){.hero-intent{margin-inline:auto}.hero-intent>p,.hero-intent-help{text-align:left}}
@media(max-width:600px){.brand-logo{width:39px;height:39px}.hero-grid{padding-block:35px 48px}.hero-copy h1{font-size:39px}.hero-lede{margin:18px 0 20px;font-size:14px;line-height:1.55}.hero-intent{margin-top:0}.hero-intent-grid{grid-template-columns:1fr;gap:8px}.hero-intent-button{min-height:68px;padding:10px 12px;grid-template-columns:38px 1fr 16px}.hero-intent-icon{width:38px;height:38px;border-radius:10px}.hero-intent-button strong{font-size:13px}.hero-intent-help{margin-top:7px}.hero-video-link{margin-top:12px}.hero-proof{margin-top:20px}}

/* Cache-safe responsive artwork and selectable workflow controls */
.selector-alt{width:100%;max-width:100%;padding-inline:max(24px,calc((100% - 1180px)/2));overflow:hidden}
.choice-grid,.choice-grid>*{min-width:0}
.image-choice-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}
.image-choice{min-width:0;overflow:hidden}
.result-picker{margin-top:26px;padding-top:22px;border-top:1px solid rgba(108,146,184,.2)}
.picker-label{margin:0 0 11px;color:#58718b;font-size:9px;font-weight:850;letter-spacing:.13em}
.stage-option-grid,.software-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.stage-option,.software-option{min-width:0;min-height:82px;padding:13px;position:relative;display:flex;align-items:center;gap:11px;text-align:left;border:1px solid #d2dfeb;border-radius:11px;background:#fff;cursor:pointer;transition:.18s ease}
.stage-option:hover,.software-option:hover{border-color:#8bbdeb;transform:translateY(-2px)}
.stage-option.selected{border:2px solid var(--green);background:#f0fff9;box-shadow:0 9px 24px rgba(22,167,101,.1)}
.software-option.selected{border:2px solid var(--blue);background:#f2f8ff;box-shadow:0 9px 24px rgba(11,111,232,.1)}
.stage-option>span:last-child,.software-option>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:5px}
.stage-option b,.software-option b{color:var(--navy);font-size:11px;line-height:1.3}
.stage-option b i{color:var(--blue);font-style:normal}
.stage-option small,.software-option small{color:#71859a;font-size:9px;line-height:1.4}
.option-check{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;color:#fff;border-radius:50%;background:#c9d5e0;font-size:9px;font-style:normal;font-weight:900}
.stage-option.selected .option-check{background:var(--green)}
.software-option>.option-check{position:absolute;top:8px;right:8px}
.software-option.selected>.option-check{background:var(--blue)}
.software-option .product-icon.small{width:48px;height:48px;flex:0 0 48px;padding:0;border-radius:11px;box-shadow:0 7px 18px rgba(21,54,91,.12)}
.software-selection-description{margin:15px 0 21px;color:#5e748b;font-size:11px;line-height:1.6}
.selection-required{outline:3px solid rgba(230,143,31,.24);outline-offset:2px}
.flow-result[hidden],.stage-option[hidden],.software-option[hidden]{display:none!important}

@media(max-width:820px){
  .selector-alt{padding-inline:19px}
  .stage-option-grid,.software-option-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .selector-alt{padding-inline:16px}
  .image-choice-grid{grid-template-columns:1fr}
  .image-choice{padding:13px}
  .sample-crop,.txt-choice-icon,.unsure-icon{height:170px}
  .result-head h3{font-size:20px;line-height:1.3}
  .stage-option,.software-option{min-height:76px}
}
