:root{--navy:#082e42;--navy-2:#0c3d54;--navy-3:#15536c;--cyan:#16b8d4;--cyan-dark:#079ab6;--sky:#eaf8fb;--bg:#f3f7fa;--white:#fff;--text:#183443;--muted:#607885;--line:#d9e6ec;--amber:#f2b34b;--violet:#8a72d7;--green:#43aa83;--shadow:0 18px 55px rgba(14,51,69,.11);--radius:22px;--container:min(1180px,calc(100% - 40px))}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;font-family:"Aptos","Segoe UI",system-ui,sans-serif;color:var(--text);background:var(--white);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:10px 16px;background:var(--navy);color:white;border-radius:8px;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.site-header{height:82px;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(217,230,236,.8)}
.header-inner{height:100%;display:flex;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-size:1.03rem;letter-spacing:.055em;font-weight:700;white-space:nowrap}
.brand strong{color:var(--cyan);font-weight:800}
.brand-mark{width:31px;height:31px;display:inline-block;position:relative;border-radius:50%;background:conic-gradient(from 25deg,var(--cyan) 0 30%,#5b8fe8 30% 49%,var(--violet) 49% 63%,#ef6e71 63% 76%,var(--amber) 76% 89%,transparent 89% 100%)}
.brand-mark:after{content:"";position:absolute;inset:7px;background:white;border-radius:50%}
.brand-mark i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--amber);right:-1px;top:2px;z-index:1}
.brand-mark.small{width:19px;height:19px}
.brand-mark.small:after{inset:4px}
.brand-mark.small i{width:5px;height:5px}
.main-nav{display:flex;align-items:center;gap:27px;margin-left:auto}
.main-nav a{color:#4b6572;font-size:.83rem;font-weight:700;letter-spacing:.035em;position:relative;padding:28px 0}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--cyan);transition:.25s}
.main-nav a:hover:after,.main-nav a:focus-visible:after{right:0}
.access-button,.primary-button{border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:750;transition:.25s}
.access-button{padding:11px 16px;background:var(--navy);color:white;font-size:.82rem;cursor:pointer}
.access-button:hover,.access-button:focus-visible{background:var(--navy-2);transform:translateY(-1px)}
.access-button svg,.primary-button svg{width:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.menu-toggle{display:none;background:none;border:0;padding:10px}
.menu-toggle span{display:block;width:23px;height:2px;background:var(--navy);margin:5px;border-radius:3px}
.hero{min-height:750px;padding:92px 0 88px;background:linear-gradient(135deg,#f7fbfd 0%,#eef6fa 53%,#f8fbfd 100%);position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;width:490px;height:490px;border-radius:50%;border:1px solid rgba(22,184,212,.12);right:-230px;top:-250px}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}
.glow-one{width:250px;height:250px;background:rgba(22,184,212,.07);left:-130px;top:100px}
.glow-two{width:330px;height:330px;background:rgba(138,114,215,.05);right:7%;bottom:-230px}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center;position:relative}
.eyebrow,.section-kicker{color:var(--cyan-dark);font-size:.74rem;font-weight:800;letter-spacing:.16em}
.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:23px}
.mini-mark{width:20px;height:3px;border-radius:9px;background:linear-gradient(90deg,var(--cyan) 55%,var(--amber) 55%)}
h1,h2,h3{margin:0;line-height:1.14;color:var(--navy);letter-spacing:-.035em}
h1{font-size:clamp(2.65rem,4.2vw,4.45rem);font-weight:750;max-width:720px}
h1 span{color:var(--navy-3)}
.hero-subtitle{font-size:1.18rem;line-height:1.55;font-weight:600;color:#355766;max-width:600px;margin:25px 0 14px}
.hero-text{font-size:.98rem;color:var(--muted);max-width:620px;margin:0 0 30px}
.primary-button{padding:14px 20px;background:var(--cyan);color:#062c3e;box-shadow:0 10px 24px rgba(22,184,212,.2)}
.primary-button:hover{transform:translateY(-2px);background:#25c6df}
.system-preview{position:relative;padding:25px 8px 35px}
.preview-window{background:white;border:1px solid rgba(180,207,218,.8);border-radius:20px;overflow:hidden;box-shadow:0 30px 80px rgba(8,46,66,.17);transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}
.preview-topbar{height:50px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3edf1}
.preview-brand{display:flex;align-items:center;gap:7px;font-size:.66rem;letter-spacing:.06em;color:var(--navy)}
.window-dots{display:flex;gap:5px}
.window-dots i{width:6px;height:6px;border-radius:50%;background:#c5d6dd}
.window-dots i:first-child{background:#f2b34b}
.preview-layout{display:grid;grid-template-columns:90px 1fr;min-height:390px}
.preview-sidebar{background:var(--navy);padding:34px 17px;display:flex;flex-direction:column;gap:17px}
.side-pill{height:7px;border-radius:9px;background:rgba(255,255,255,.18)}
.side-pill.active{background:var(--cyan);width:100%}
.side-pill.short{width:65%}
.preview-content{padding:30px 25px;background:#f7fafc}
.preview-profile{width:25px;height:25px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),#5b8fe8);box-shadow:0 0 0 3px #edf5f8}
.real-welcome-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 17px;border-radius:12px;background:linear-gradient(135deg,var(--navy),var(--navy-3));color:white;box-shadow:0 8px 18px rgba(8,46,66,.1)}
.real-welcome-card div{display:flex;flex-direction:column;gap:3px}
.real-welcome-card strong{font-size:.76rem;line-height:1.35}
.real-welcome-card small{max-width:290px;font-size:.46rem;line-height:1.45;color:rgba(255,255,255,.72)}
.real-welcome-card>span{flex:none;padding:5px 8px;border:1px solid rgba(255,255,255,.2);border-radius:7px;font-size:.47rem;font-weight:800;color:var(--cyan)}
.real-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:12px 0}
.real-stats>div{min-height:52px;padding:9px 11px;border:1px solid #e0eaee;border-radius:10px;background:white;display:flex;align-items:center;justify-content:space-between;gap:6px}
.real-stats small{font-size:.49rem;color:#6f8792;font-weight:700}
.real-stats strong{font-size:.87rem;color:var(--navy)}
.real-journey-card{padding:15px;border:1px solid #dce8ed;border-radius:12px;background:white}
.real-journey-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:11px;border-bottom:1px solid #e5edf1}
.real-journey-head>div{display:flex;flex-direction:column;gap:2px}
.real-journey-head strong{font-size:.68rem;color:var(--navy)}
.real-journey-head small{font-size:.43rem;color:#81959e}
.real-journey-head>span{max-width:130px;text-align:right;font-size:.4rem;font-weight:800;line-height:1.4;color:var(--cyan-dark);text-transform:uppercase;letter-spacing:.04em}
.real-journey-stages{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:11px}
.real-journey-stages span{min-height:36px;padding:6px;border:1px solid #dfe9ed;border-left:3px solid var(--cyan);border-radius:7px;background:#f8fbfc;display:flex;align-items:center;font-size:.45rem;font-weight:750;line-height:1.25;color:#385866}
.preview-heading{display:flex;justify-content:space-between;align-items:flex-start}
.preview-heading div{display:flex;flex-direction:column}
.preview-heading small,.preview-card small{font-size:.56rem;text-transform:uppercase;letter-spacing:.08em;color:#79909c}
.preview-heading strong{font-size:1rem;color:var(--navy);line-height:1.4}
.preview-action{font-size:.55rem;font-weight:700;color:var(--cyan-dark);background:var(--sky);padding:6px 9px;border-radius:7px}
.progress-track{display:flex;justify-content:space-between;position:relative;margin:29px 4px 32px}
.track-line{position:absolute;height:2px;left:8%;right:8%;top:11px;background:#d9e7ed}
.track-step{z-index:1;display:flex;align-items:center;flex-direction:column;gap:5px;color:#8ba0aa}
.track-step i{width:23px;height:23px;border-radius:50%;background:#e7eef2;border:4px solid #f7fafc;display:grid;place-items:center;font-style:normal;font-size:.5rem}
.track-step small{font-size:.49rem;font-weight:650}
.track-step.done i{background:var(--green);color:white}
.track-step.active i{background:var(--cyan);color:white;box-shadow:0 0 0 3px rgba(22,184,212,.13)}
.track-step.active small{color:var(--navy);font-weight:800}
.preview-cards{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:32px}
.preview-card{background:white;border:1px solid #e1ebef;border-radius:12px;padding:13px;display:flex;align-items:center;gap:10px}
.preview-card.featured{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;padding:16px}
.preview-card div:not(.card-icon){display:flex;flex-direction:column}
.preview-card strong{color:#294b5a;font-size:.68rem;line-height:1.3}
.preview-card p{font-size:.51rem;color:#80949e;margin:3px 0 0}
.card-icon{width:31px;height:31px;border-radius:9px;display:grid;place-items:center}
.card-icon svg,.feature-icon svg,.role-icon svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card-icon.cyan{color:#079ab6;background:#e4f8fb}
.card-icon.amber{color:#c98012;background:#fff4df}
.card-icon.violet{color:#7359c2;background:#f0edfb}
.fake-button{font-size:.52rem;background:var(--navy);color:white;padding:6px 9px;border-radius:6px}
.floating-note{position:absolute;background:white;border:1px solid #e1ecf0;box-shadow:0 13px 30px rgba(8,46,66,.12);border-radius:11px;z-index:3}
.note-one{left:-25px;bottom:0;padding:9px 13px;display:flex;align-items:center;gap:8px}
.note-one>span{width:26px;height:26px;border-radius:50%;background:var(--sky);position:relative}
.note-one>span:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:var(--cyan-dark);font-size:.7rem;font-weight:800}
.note-one div{display:flex;flex-direction:column}
.note-one small,.note-two small{font-size:.48rem;color:#8aa0aa}
.note-one b{font-size:.61rem;color:var(--navy)}
.note-two{right:-8px;top:3px;padding:10px 14px;display:flex;flex-direction:column}
.note-two b{font-size:.72rem;color:var(--cyan-dark)}
.section{padding:110px 0}
.section-heading{max-width:700px;margin-bottom:50px}
.section-heading.centered{text-align:center;margin:0 auto 62px}
.section-heading h2,.principle-copy h2,.about h2{font-size:clamp(2rem,3.3vw,3.25rem);margin-top:12px}
.section-heading p{color:var(--muted);max-width:790px;margin:16px auto 0}
.section-heading p+p{margin-top:10px}
.journey{background:white}
.journey-track{position:relative;display:grid;grid-template-columns:repeat(7,1fr);gap:16px;margin-top:70px}
.journey-line{position:absolute;left:7%;right:7%;top:42px;height:2px;background:linear-gradient(90deg,var(--cyan),#5b8fe8,var(--violet),#ef6e71,var(--amber))}
.journey-step{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center}
.journey-step span{font-size:.61rem;font-weight:800;color:#7c939e;margin-bottom:12px}
.journey-step i{width:29px;height:29px;background:white;border:7px solid var(--cyan);box-shadow:0 0 0 5px white;border-radius:50%;margin-bottom:17px;z-index:1}
.journey-step:nth-of-type(4n) i{border-color:#5b8fe8}
.journey-step:nth-of-type(5n) i{border-color:var(--violet)}
.journey-step:nth-of-type(6n) i{border-color:#ef6e71}
.journey-step:nth-of-type(7n) i,.journey-step:nth-of-type(8n) i{border-color:var(--amber)}
.journey-step strong{font-size:.79rem;line-height:1.35;color:#315260}
.features{background:var(--bg)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{background:white;border:1px solid #e2ebef;border-radius:var(--radius);padding:30px 27px;min-height:230px;transition:.25s;position:relative;overflow:hidden}
.feature-card:after{content:"";position:absolute;height:3px;left:28px;right:100%;bottom:0;background:var(--cyan);transition:.3s}
.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.feature-card:hover:after{right:28px}
.feature-icon{width:45px;height:45px;border-radius:13px;background:var(--sky);color:var(--cyan-dark);display:grid;place-items:center;margin-bottom:24px}
.feature-icon svg{width:22px}
.feature-card h3{font-size:1.05rem;margin-bottom:10px}
.feature-card p{font-size:.9rem;color:var(--muted);margin:0}
.audiences{background:white}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.audience-card{border:1px solid #dce8ed;border-radius:var(--radius);padding:30px;min-height:335px;display:flex;flex-direction:column;position:relative;background:white}
.audience-card.primary{background:linear-gradient(145deg,#0b354a,#0f455d);border-color:transparent}
.role-number{position:absolute;right:25px;top:22px;font-weight:800;font-size:.73rem;color:#9bb0ba}
.primary .role-number{color:rgba(255,255,255,.42)}
.role-icon{width:48px;height:48px;border-radius:14px;background:var(--sky);color:var(--cyan-dark);display:grid;place-items:center;margin-bottom:25px}
.role-icon svg{width:24px}
.audience-card h3{font-size:1.25rem;max-width:290px;margin-bottom:14px}
.audience-card p{color:var(--muted);font-size:.91rem;margin:0 0 24px}
.role-label{margin-top:auto;color:var(--cyan-dark);font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.primary h3,.primary p,.primary .role-label{color:white}
.primary p{color:rgba(255,255,255,.72)}
.principle{background:var(--navy);color:white;overflow:hidden}
.principle-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:110px}
.principle-copy h2{color:white;margin:14px 0 24px}
.principle-copy p{color:#bad0da;font-size:1rem}
.section-kicker.light{color:#5ed9ed}
.principle-copy blockquote{margin:32px 0 0;border-left:3px solid var(--cyan);padding:8px 0 8px 22px;font-size:1.2rem;font-weight:650;line-height:1.5;color:white}
.principle-visual{height:390px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:42px}
.trilha-symbol{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(255,255,255,.08) 0 45%,transparent 46%),radial-gradient(circle,transparent 0 61%,rgba(81,207,228,.1) 62% 63%,transparent 64%);box-shadow:0 0 90px rgba(22,184,212,.12)}
.brand-mark.principle-mark{width:112px;height:112px}
.brand-mark.principle-mark:after{inset:24px;background:var(--navy)}
.brand-mark.principle-mark i{width:26px;height:26px;right:-3px;top:6px}
.principle-path{display:flex;align-items:center;justify-content:center;gap:13px;white-space:nowrap}
.principle-path strong{font-size:.73rem;letter-spacing:.025em;color:#e4f1f5}
.principle-path span{color:var(--cyan);font-size:1.1rem}
.modal[hidden]{display:none}
.modal{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:20px}
.modal-backdrop{position:absolute;inset:0;background:rgba(3,28,41,.68);backdrop-filter:blur(6px)}
.modal-panel{position:relative;width:min(100%,470px);background:white;border:1px solid rgba(217,230,236,.9);border-radius:24px;padding:38px 38px 34px;box-shadow:0 28px 80px rgba(3,28,41,.3);text-align:center;animation:modal-in .2s ease-out}
.modal-close{position:absolute;right:15px;top:15px;width:38px;height:38px;border:0;border-radius:10px;background:#eff6f8;color:var(--navy);display:grid;place-items:center;cursor:pointer}
.modal-close:hover,.modal-close:focus-visible{background:#dff2f6}
.modal-close svg{width:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.modal-mark{width:47px;height:47px;margin-bottom:17px}
.modal-mark:after{inset:10px}
.modal-mark i{width:12px;height:12px}
.modal-panel h2{font-size:1.75rem;margin-bottom:16px}
.modal-panel p{color:var(--muted);font-size:.95rem;margin:0 0 10px}
.modal-confirm{margin-top:19px;border:0;border-radius:11px;padding:12px 28px;background:var(--cyan);color:#062c3e;font-weight:800;cursor:pointer}
.modal-confirm:hover,.modal-confirm:focus-visible{background:#25c6df}
body.modal-open{overflow:hidden}
@keyframes modal-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.about{background:#f5f9fb}
.about-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:110px}
.about-title h2{margin-top:12px}
.about-line{width:100%;height:2px;background:#dbe8ed;margin-top:33px}
.about-line span{display:block;width:35%;height:100%;background:var(--cyan)}
.about-copy>p{font-size:1.04rem;color:#4f6975;margin:0 0 18px}
.author-card{margin-top:34px;padding:20px;background:white;border:1px solid #dce8ed;border-radius:16px;display:flex;align-items:center;gap:16px}
.author-monogram{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:var(--navy);color:white;font-weight:800}
.author-card div:last-child{display:flex;flex-direction:column}
.author-card strong{font-size:.93rem;color:var(--navy)}
.author-card span{font-size:.77rem;color:#5d7681}
.author-card small{font-size:.72rem;color:#8aa0aa}
.site-footer{background:#062636;color:white;padding:63px 0 22px}
.footer-main{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:46px}
.footer-brand{color:white}
.footer-brand .brand-mark:after{background:#062636}
.footer-main p{color:#9bb7c3;font-size:.86rem;margin:13px 0 0}
.footer-main nav{display:flex;gap:29px;color:#c7dae2;font-size:.85rem}
.footer-main nav a:hover{color:var(--cyan)}
.footer-main nav span{opacity:.55}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;color:#7695a3;font-size:.7rem}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.reveal{opacity:1;transform:none;transition:none}
*{transition:none!important}
}
@media(max-width:980px){.main-nav{position:absolute;top:81px;left:0;right:0;background:white;display:none;flex-direction:column;gap:0;padding:8px 20px 20px;border-bottom:1px solid var(--line);box-shadow:0 14px 30px rgba(8,46,66,.08)}
.main-nav.open{display:flex}
.main-nav a{width:100%;padding:13px}
.main-nav a:after{display:none}
.menu-toggle{display:block;margin-left:auto}
.access-button{display:inline-flex}
.hero-grid{grid-template-columns:1fr;gap:50px}
.hero-copy{text-align:center}
.eyebrow{justify-content:center}
.hero-copy h1,.hero-copy p{margin-left:auto;margin-right:auto}
.preview-window{max-width:650px;margin:auto}
.note-one{left:4%}
.note-two{right:3%}
.journey-track{grid-template-columns:repeat(4,1fr);gap:32px 14px}
.journey-line{display:none}
.journey-step i{margin-bottom:10px}
.feature-grid{grid-template-columns:repeat(2,1fr)}
.audience-grid{grid-template-columns:1fr}
.audience-card{min-height:auto}
.principle-grid{grid-template-columns:1fr;gap:35px}
.principle-visual{order:2;height:350px;max-width:520px;width:100%;margin:auto}
.principle-copy{text-align:center}
.principle-copy blockquote{text-align:left}
.about-grid{gap:55px}
}
@media(max-width:640px){:root{--container:min(100% - 30px,1180px)}
.site-header{height:70px}
.header-inner{gap:10px}
.main-nav{top:69px}
.brand{font-size:.93rem}
.brand-mark{width:28px;height:28px}
.access-button{padding:9px 10px;font-size:.7rem;gap:5px}
.access-button svg{width:15px}
.hero{padding:70px 0 60px;min-height:auto}
.hero-grid{gap:38px}
h1{font-size:2.45rem}
.hero-subtitle{font-size:1.04rem}
.hero-text{font-size:.92rem}
.system-preview{padding:5px 0 26px}
.preview-window{border-radius:15px}
.preview-layout{grid-template-columns:50px 1fr;min-height:325px}
.preview-sidebar{padding:28px 10px}
.preview-content{padding:22px 13px}
.real-welcome-card{padding:13px}
.real-welcome-card small{max-width:220px}
.real-stats{gap:6px}
.real-stats>div{padding:7px;min-height:45px}
.real-stats small{font-size:.42rem}
.real-journey-card{padding:12px}
.real-journey-stages{gap:5px}
.real-journey-stages span{font-size:.4rem;min-height:32px}
.preview-heading strong{font-size:.78rem}
.preview-heading small{font-size:.46rem}
.preview-action{display:none}
.progress-track{margin:23px 0 25px}
.track-step small{display:none}
.preview-cards{grid-template-columns:1fr}
.preview-card.featured{grid-template-columns:auto 1fr}
.preview-card.featured .fake-button{display:none}
.preview-card.compact:last-child{display:none}
.note-one{left:-3px}
.note-two{display:none}
.section{padding:76px 0}
.section-heading.centered{margin-bottom:42px}
.section-heading h2,.principle-copy h2,.about h2{font-size:2.1rem}
.journey-track{display:flex;flex-direction:column;margin-top:40px;gap:0;padding-left:30px}
.journey-track:before{content:"";position:absolute;left:12px;top:20px;bottom:20px;width:2px;background:linear-gradient(var(--cyan),#5b8fe8,var(--violet),#ef6e71,var(--amber))}
.journey-step{display:grid;grid-template-columns:36px 1fr;text-align:left;align-items:center;min-height:72px}
.journey-step span{grid-column:2;margin:0;font-size:.55rem}
.journey-step i{position:absolute;left:-29px;margin:0;width:22px;height:22px;border-width:5px;box-shadow:0 0 0 4px white}
.journey-step strong{grid-column:2;font-size:.86rem}
.feature-grid{grid-template-columns:1fr}
.feature-card{min-height:auto}
.audience-card{padding:27px}
.principle{padding-top:82px}
.principle-grid{gap:20px}
.principle-visual{height:300px}
.trilha-symbol{width:155px;height:155px}
.brand-mark.principle-mark{width:88px;height:88px}
.brand-mark.principle-mark:after{inset:19px}
.brand-mark.principle-mark i{width:21px;height:21px}
.principle-path{gap:7px}
.principle-path strong{font-size:.62rem}
.modal-panel{padding:34px 24px 28px}
.about-grid{grid-template-columns:1fr;gap:35px}
.about-title h2 br{display:none}
.about-line{margin-top:20px}
.about-copy>p{font-size:.96rem}
.author-card{align-items:flex-start}
.footer-main,.footer-bottom{flex-direction:column;gap:25px}
.footer-main nav{gap:22px}
.footer-bottom{gap:6px}
}
