﻿*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:17px;line-height:1.6;color:#191d1f;background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{max-width:100%;height:auto}a{color:#1479b8;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{line-height:1.2;font-weight:600}h1{color:#001829;font-size:2.5rem;letter-spacing:-0.02em}h2{color:#07395f;font-size:1.85rem;letter-spacing:-0.01em}h3{color:#001829;font-size:1.2rem}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.container.narrow{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600;color:#1479b8;margin-bottom:.75rem}.lead{font-size:1.2rem;color:#57636b}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.5rem;border:2px solid rgba(0,0,0,0);border-radius:.35rem;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:#1479b8;border-color:#1479b8;color:#fff}.btn-primary:hover{background:#0b5c8e;border-color:#0b5c8e}.btn-secondary{background:#fff;border-color:#e3e6e8;color:#001829}.btn-secondary:hover{border-color:#1479b8;color:#1479b8}.btn-light{background:#fff;border-color:#fff;color:#1479b8}.btn-light:hover{background:#e6f8fe;border-color:#e6f8fe}.btn-ghost{background:rgba(0,0,0,0);border-color:hsla(0,0%,100%,.55);color:#fff}.btn-ghost:hover{border-color:#fff;background:hsla(0,0%,100%,.1)}.btn-sm{padding:.4rem 1rem;font-size:.92rem}.btn-lg{padding:.85rem 1.9rem;font-size:1.06rem}.icon{display:inline-block;width:1em;height:1em;vertical-align:-0.125em}.icon svg{width:100%;height:100%;display:block}.site-header{position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.94);backdrop-filter:blur(8px);border-bottom:1px solid #e3e6e8}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:66px;gap:1rem}.brand{display:inline-flex;align-items:center}.brand img{height:26px;width:auto;display:block}.brand:hover{text-decoration:none}.site-nav{display:flex;align-items:center;gap:1.4rem}.site-nav a{color:#191d1f;font-weight:500;font-size:.97rem}.site-nav a:hover{color:#1479b8;text-decoration:none}.site-nav .btn-primary{color:#fff}.site-nav .btn-secondary{color:#001829}.site-nav .btn-secondary:hover{color:#1479b8}.nav-toggle,.nav-toggle-label{display:none}.hero{position:relative;background:linear-gradient(150deg, rgba(0, 24, 41, 0.93) 0%, rgba(7, 57, 95, 0.88) 55%, rgba(11, 92, 142, 0.82) 100%),url("/assets/brand/colored-bg.jpg") center/cover no-repeat;color:#fff;padding:5rem 0 5.5rem;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:3.5rem;align-items:center}.hero h1{color:#fff;font-size:2.9rem;margin-bottom:1.2rem}.hero .lead{color:#cfe6f6;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.2rem}.hero-note{font-size:.9rem;color:#9fc4de}.hero-shot{display:flex;align-items:center;justify-content:center}.device{width:100%;height:auto;filter:drop-shadow(0 24px 40px rgba(0, 10, 20, 0.45))}.hero-shot .device{transform:scale(1.06)}.feature-shot{display:flex;align-items:center;justify-content:center}.feature-shot .device{filter:drop-shadow(0 18px 34px rgba(25, 29, 31, 0.22))}.iso-badge{width:100%;max-width:360px;height:auto;display:block;margin:0 auto}.iso-badge--left{margin:1.6rem 0 .5rem;max-width:320px}.book-band{display:grid;grid-template-columns:auto 1fr;gap:2.6rem;align-items:center;max-width:840px;margin:0 auto 3rem}.book-cover{display:block}.book-cover img{width:190px;border-radius:.35rem;box-shadow:.5rem .5rem 1.25rem rgba(25,29,31,.15),.1875rem .1875rem .375rem rgba(25,29,31,.1);display:block;transition:transform .15s ease}.book-cover:hover img{transform:translateY(-3px)}.book-copy h3{font-size:1.4rem;margin-bottom:.7rem}.book-copy h3 em,.book-copy p em{font-style:italic}.book-copy p{color:#57636b;margin-bottom:1.3rem}.video-embed{position:relative;width:100%;padding-top:56.25%;border-radius:.375rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1);background:linear-gradient(150deg, #07395f 0%, #001829 100%)}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-poster{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;width:100%;padding:1rem;cursor:pointer;color:#fff;background:rgba(0,0,0,0);border:0;text-align:center;font-family:inherit}.video-poster::before{content:"";position:absolute;inset:0;background:url("/assets/brand/colored-bg.jpg") center/cover no-repeat;opacity:.16}.video-poster .play-icon{position:relative;z-index:1;width:62px;height:62px;border-radius:50%;background:hsla(0,0%,100%,.95);color:#1479b8;display:flex;align-items:center;justify-content:center;padding-left:4px;box-shadow:0 6px 18px rgba(0,10,20,.35);transition:transform .15s ease,background .15s ease}.video-poster:hover .play-icon,.video-poster:focus-visible .play-icon{transform:scale(1.08);background:#fff}.video-poster .play-label{position:relative;z-index:1;font-weight:600;font-size:1.02rem}.video-poster:focus-visible{outline:3px solid #4eb0e4;outline-offset:-3px}.shot{width:100%;height:auto;border-radius:.375rem;box-shadow:0 14px 34px rgba(25,29,31,.16)}.shot-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2.2rem}.shot-figure{margin:0}.shot-figure figcaption{margin-top:.8rem;color:#57636b;font-size:.96rem}.tag-pro{display:inline-block;margin-left:.35rem;font-size:.68rem;font-weight:600;color:#1479b8;border:1px solid #afe6f8;border-radius:9999px;padding:.02rem .5rem;vertical-align:middle;letter-spacing:.02em}.callout{background:#e6f8fe;border-radius:.375rem;border-left:5px solid #1479b8;padding:1.8rem 2rem}.callout h3{margin-bottom:.7rem}.callout p{color:#57636b;margin-bottom:.8rem}.callout ul{list-style:none;margin:0}.callout li{padding-left:1.7rem;position:relative;margin-bottom:.55rem;color:#191d1f}.callout li::before{content:"✓";position:absolute;left:0;color:#1479b8;font-weight:700}.prose figure{margin:2rem 0}.prose figure img{width:100%;border-radius:.375rem;box-shadow:0 12px 30px rgba(25,29,31,.14)}.prose figcaption{color:#57636b;font-size:.9rem;margin-top:.6rem}.ogsm-mock{background:#fff;border-radius:1rem;padding:1.1rem;box-shadow:.5rem .5rem 1.25rem rgba(25,29,31,.15),.1875rem .1875rem .375rem rgba(25,29,31,.1);color:#191d1f;font-size:.72rem;transform:rotate(1deg)}.ogsm-mock .mock-title{font-weight:600;color:#001829;font-size:.85rem;margin-bottom:.6rem;display:flex;justify-content:space-between;align-items:center}.ogsm-mock .mock-title .mock-score{background:#72b01d;color:#fff;border-radius:9999px;padding:.1rem .6rem;font-size:.68rem;font-weight:600}.ogsm-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ogsm-cell{border-radius:.375rem;padding:.55rem .65rem;background:#eef0f1;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1)}.ogsm-cell .cell-label{text-transform:uppercase;font-size:.56rem;letter-spacing:.06em;font-weight:600;color:#97a3aa;margin-bottom:.35rem}.ogsm-cell .bar{height:5px;border-radius:.125rem;background:#e3e6e8;margin:.3rem 0;position:relative;overflow:hidden}.ogsm-cell .bar i{position:absolute;left:0;top:0;bottom:0;border-radius:.125rem;background:#72b01d}.ogsm-cell .bar.b1 i{width:78%}.ogsm-cell .bar.b2 i{width:55%;background:#ff9300}.ogsm-cell .bar.b3 i{width:90%}.ogsm-cell .line{height:5px;border-radius:.125rem;background:#e3e6e8;margin:.3rem 0}.ogsm-cell .line.short{width:65%}.ogsm-cell .line.shorter{width:45%}.ogsm-cell.wide{grid-column:1/-1;background:#fff}.section{padding:4.5rem 0}.section.soft{background:#f9fafa}.section-head{max-width:680px;margin-bottom:3rem}.section-head h2{margin-bottom:.8rem}.section-head p{color:#57636b;font-size:1.1rem}.section-head.centered{margin-left:auto;margin-right:auto;text-align:center}.grid-3{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.grid-2{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}.card{background:#fff;border-radius:.375rem;padding:1.8rem;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1)}.card h3{margin-bottom:.6rem}.card p{color:#57636b;font-size:.98rem}.card .card-icon{width:46px;height:46px;border-radius:.375rem;background:#e6f8fe;color:#1479b8;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card .card-icon .icon{width:24px;height:24px}.step .step-num{display:block;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1479b8;margin-bottom:.3rem}.step h3{margin-bottom:.5rem}.section-cta{text-align:center;margin-top:2.4rem}.two-questions{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.two-questions .question{border-left:5px solid #1479b8;background:#fff;border-radius:0 .375rem .375rem 0;padding:1.6rem 1.8rem;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1)}.two-questions .question h3{font-size:1.3rem;margin-bottom:.5rem}.two-questions .question p{color:#57636b}.two-questions .question:last-child{border-left-color:#72b01d}.quotes{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.quote{background:#fff;border-radius:.375rem;padding:1.8rem;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1);border-top:3px solid #1479b8}.quote blockquote{font-size:1rem;color:#191d1f;margin-bottom:1.2rem}.quote cite{font-style:normal;display:block;font-size:.9rem}.quote .q-name{display:block;font-weight:600;color:#001829}.quote .q-role{display:block;color:#57636b}.quote .q-org{display:block;color:#1479b8;font-weight:600}.logo-strip{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;align-items:center;padding-top:2.5rem}.logo-strip span{color:#97a3aa;font-weight:600;font-size:1.05rem;letter-spacing:.01em}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem 0;border-bottom:1px solid #e3e6e8}.feature-row:last-child{border-bottom:none}.feature-row h3{font-size:1.5rem;margin-bottom:.8rem}.feature-row p{color:#57636b;margin-bottom:1rem}.feature-row ul{list-style:none}.feature-row li{padding-left:1.7rem;position:relative;margin-bottom:.5rem;color:#191d1f}.feature-row li::before{content:"✓";position:absolute;left:0;color:#1479b8;font-weight:700}.feature-row em{color:#1479b8;font-style:normal;font-weight:600}.feature-visual{background:#f9fafa;border-radius:.375rem;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1);min-height:220px;display:flex;align-items:center;justify-content:center;padding:2rem}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:880px;margin:0 auto;align-items:stretch}.price-card{position:relative;background:#fff;border:1.5px solid #e3e6e8;border-radius:1rem;padding:2.4rem;display:flex;flex-direction:column;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1)}.price-card h3{font-size:1.4rem}.price-card .flag{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#1479b8;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .9rem;border-radius:9999px;letter-spacing:.03em;white-space:nowrap}.price-card .price-for{color:#57636b;margin:.3rem 0 1.4rem;font-size:.95rem}.price-card .price{font-size:2.4rem;font-weight:600;color:#001829}.price-card .price small{font-size:1rem;font-weight:500;color:#57636b}.price-card .price-sub{color:#57636b;font-size:.88rem;margin-bottom:1.6rem}.price-card .price-note{color:#57636b;font-size:.9rem;line-height:1.5;margin-bottom:1.6rem}.price-card .price-note strong{color:#001829;font-weight:600}.price-card .price-note a{color:#1479b8}.price-card ul{list-style:none;margin-bottom:2rem;flex-grow:1}.price-card li{padding-left:1.7rem;position:relative;margin-bottom:.55rem;font-size:.97rem}.price-card li::before{content:"✓";position:absolute;left:0;color:#1479b8;font-weight:700}.price-card .btn{width:100%}.price-card .btn+.btn{margin-top:.7rem}.price-card.featured{border-color:#1479b8;box-shadow:0 12px 40px rgba(20,121,184,.15)}.faq{max-width:760px;margin:0 auto}.faq details{border-bottom:1px solid #e3e6e8;padding:1.1rem 0}.faq details summary{font-weight:600;color:#001829;cursor:pointer;font-size:1.05rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq details summary::after{content:"+";color:#1479b8;font-size:1.4rem;font-weight:400}.faq details summary::-webkit-details-marker{display:none}.faq details[open] summary::after{content:"−"}.faq details p{padding-top:.8rem;color:#57636b}.cta-banner{background:linear-gradient(150deg, rgba(0, 24, 41, 0.94) 0%, rgba(11, 92, 142, 0.86) 100%),url("/assets/brand/colored-bg.jpg") center/cover no-repeat;color:#fff;padding:4.5rem 0;margin-top:4rem}.cta-inner{text-align:center}.cta-inner h2{color:#fff;margin-bottom:.8rem}.cta-inner p{color:#cfe6f6;margin-bottom:2rem;font-size:1.1rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{position:relative;background:linear-gradient(180deg, #e6f8fe 0%, #f9fafa 100%);border-bottom:1px solid #e3e6e8;padding:3.9rem 0;overflow:hidden}.page-hero h1{margin-bottom:.6rem}.page-hero .lead{max-width:640px}.page-hero .hero-note{margin-top:1rem;color:#57636b;font-size:.95rem}.page-hero .hero-note a{color:#1479b8;font-weight:500}.page-hero::before{content:"";position:absolute;inset:0;background:url("/assets/brand/colored-bg.jpg") right center/cover no-repeat;opacity:.09;-webkit-mask-image:linear-gradient(to left, rgba(0, 0, 0, 0.95), transparent 68%);mask-image:linear-gradient(to left, rgba(0, 0, 0, 0.95), transparent 68%);pointer-events:none}.page-hero>.container{position:relative;z-index:1}.prose{padding:3rem 1.5rem}.prose h2{margin:2.2rem 0 .8rem}.prose h3{margin:1.8rem 0 .6rem}.prose p,.prose ul,.prose ol{margin-bottom:1.1rem}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin-bottom:.4rem}.prose a{text-decoration:underline}.prose blockquote{border-left:5px solid #1479b8;padding:.6rem 0 .6rem 1.4rem;margin:1.5rem 0;color:#57636b;font-size:1.08rem}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.prose th,.prose td{border:1px solid #e3e6e8;padding:.65rem .9rem;text-align:left}.prose th{background:#f9fafa;color:#001829}.prose strong{color:#001829;font-weight:600}.tf-logo{display:block;max-width:240px;height:auto;margin:.5rem auto 2.5rem}.team{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin:1.5rem 0 .5rem}.team-member{background:#fff;border:1px solid #e3e6e8;border-radius:.375rem;padding:2rem 1.7rem;text-align:center;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1)}.team-member img{width:132px;height:132px;border-radius:50%;object-fit:cover;filter:grayscale(100%);margin:0 auto 1.1rem;box-shadow:0 6px 18px rgba(25,29,31,.16)}.team-member .team-name{font-weight:600;color:#001829;font-size:1.12rem;margin:0 0 .15rem}.team-member .team-role{color:#1479b8;font-weight:500;font-size:.95rem;margin:0 0 1rem}.team-member .team-bio{color:#57636b;font-size:.95rem;margin:0;text-align:left}.post-meta{color:#57636b;font-size:.95rem}.post-nav{padding:0 1.5rem 2rem}.post-list{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.post-card{background:#fff;border-radius:.375rem;padding:1.8rem;box-shadow:0 1px 3px 0 rgba(25,29,31,.1),0 1px 2px -1px rgba(25,29,31,.1);display:flex;flex-direction:column;transition:box-shadow .15s ease,transform .15s ease}.post-card:hover{box-shadow:.5rem .5rem 1.25rem rgba(25,29,31,.15),.1875rem .1875rem .375rem rgba(25,29,31,.1);transform:translateY(-2px);text-decoration:none}.post-card h3{margin-bottom:.6rem}.post-card p{color:#57636b;font-size:.95rem;flex-grow:1}.post-card .post-meta{margin-top:1rem}a.post-card:hover{text-decoration:none}.site-footer{background:#001829;color:#9fc4de;padding:3.5rem 0 1.5rem;font-size:.93rem}.site-footer a{color:#9fc4de;display:block;margin-bottom:.5rem;text-decoration:none}.site-footer a:hover{color:#fff}.site-footer h4{color:#fff;font-size:.95rem;margin-bottom:1rem;font-weight:600}.site-footer .brand{font-size:1.35rem;font-weight:700;margin-bottom:.8rem;display:inline-block;color:#fff;letter-spacing:-0.02em}.site-footer .brand span{color:#a9e253}.site-footer .footer-logo{height:30px;width:auto;display:block;margin-bottom:1.1rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid hsla(0,0%,100%,.14)}.footer-about p{margin-bottom:.8rem}.footer-badge{display:inline-block;border:1px solid hsla(0,0%,100%,.28);border-radius:.35rem;padding:.3rem .7rem;font-size:.8rem;color:#fff}.footer-bottom{padding-top:1.5rem;font-size:.85rem;color:#6d90ab}@media(max-width: 900px){h1{font-size:2rem}.hero h1{font-size:2.2rem}.hero-inner,.grid-3,.grid-2,.quotes,.two-questions,.feature-row,.pricing-grid,.post-list,.footer-grid,.shot-grid,.book-band,.team{grid-template-columns:1fr}.book-band{justify-items:center;text-align:center}.hero{padding:3.5rem 0}.section{padding:3rem 0}.ogsm-mock{transform:none}.feature-row.reverse .feature-visual{order:-1}.nav-toggle-label{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-toggle-label span{width:24px;height:2.5px;background:#001829;border-radius:2px}.site-nav{display:none;position:absolute;top:66px;left:0;right:0;background:#fff;border-bottom:1px solid #e3e6e8;flex-direction:column;align-items:flex-start;padding:1.2rem 1.5rem 1.5rem;gap:1rem;box-shadow:.5rem .5rem 1.25rem rgba(25,29,31,.15),.1875rem .1875rem .375rem rgba(25,29,31,.1)}.nav-toggle:checked~.site-nav{display:flex}}/*# sourceMappingURL=main.css.map */