:root { --paper:#fff; --ink:#202124; --muted:#555b64; --line:#e5e7ea; --orange:#f15a24; --orange-dark:#e84b16; --soft:#fffaf7; --max:1240px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; } button,input,select { font:inherit; }
.site-shell { overflow:hidden; background:#fff; } main,.site-footer { width:min(calc(100% - 116px),var(--max)); margin:0 auto; }
.site-header { position:absolute; z-index:10; top:0; left:0; width:100%; height:108px; display:flex; align-items:center; justify-content:space-between; padding:0 max(58px, calc((100vw - var(--max)) / 2)); background:transparent; border-bottom:0; }
.partner-area-link { position:absolute; top:30px; right:max(58px,calc((100vw - var(--max)) / 2)); display:block; padding:4px 0; color:#fff; font-size:12px; font-weight:700; letter-spacing:.02em; line-height:1.2; text-shadow:0 2px 12px rgba(0,0,0,.72); opacity:.9; transition:opacity .25s ease,color .25s ease; }
.partner-area-link:hover,.partner-area-link:focus-visible { color:#fff; opacity:1; }
.brand { display:inline-flex; align-items:center; width:220px; height:74px; overflow:hidden; } .brand-logo { display:block; width:220px; max-width:none; height:auto; }
.brand-copy { display:flex; flex-direction:column; line-height:1; }
.hero { position:relative; display:block; width:100vw; height:clamp(500px,33vw,675px); margin-left:calc(50% - 50vw); overflow:hidden; border-bottom:0; background:#fff; }
.hero-media { position:absolute; z-index:0; inset:0; overflow:hidden; background:#fff; } .hero-media picture { display:block; width:100%; height:100%; } .hero-media img { position:absolute; top:0; right:0; display:block; width:auto; height:100%; max-width:none; object-fit:contain; object-position:right top; -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.2) 5%,#000 16%,#000 100%); mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.2) 5%,#000 16%,#000 100%); } .hero-media::before { position:absolute; z-index:1; content:""; top:0; bottom:0; left:-22%; width:18%; opacity:0; transform:skewX(-12deg); background:linear-gradient(90deg,transparent,rgba(255,255,255,.68),transparent); pointer-events:none; } .hero-media::after { position:absolute; content:""; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.04),transparent 70%); pointer-events:none; }
.hero-media.reveal.is-visible img { animation:none; } .hero-media.reveal.is-visible::before { animation:none; }
.hero::before { display:none; }
.hero-inner { position:absolute; z-index:2; inset:0; display:flex; align-items:center; width:min(calc(100% - 116px),var(--max)); margin:0 auto; padding-top:108px; } .hero-copy { position:relative; z-index:2; width:min(60%,780px); padding:36px 0 52px; } h1,h2,h3,p { margin-top:0; } h1,h2,h3 { font-family:inherit; } h1 { margin-bottom:25px; font-size:clamp(46px,5vw,68px); font-weight:700; line-height:.98; letter-spacing:-.065em; } h1 > span { display:block; } h1 > span:last-child { white-space:nowrap; } h1 em { display:inline; color:var(--orange); font-style:normal; } .hero-tagline { max-width:780px; margin:0 0 28px; color:#424951; font-size:clamp(18px,1.4vw,24px); font-weight:500; line-height:1.25; letter-spacing:-.028em; text-wrap:balance; } .hero-cta-group { display:flex; flex-direction:column; align-items:flex-start; gap:8px; } .hero-cta-note { margin:0; color:#69727c; font-size:12px; font-weight:500; line-height:1.35; letter-spacing:.005em; } .hero-cta { position:relative; display:inline-flex; align-items:center; gap:12px; max-width:100%; padding:0 0 9px; border:0; border-bottom:1px solid rgba(241,90,36,.42); background:transparent; color:#30363d; font-size:15px; font-weight:700; line-height:1.25; box-shadow:none; transition:color .3s ease,transform .3s cubic-bezier(.22,1,.36,1); } .hero-cta::after { position:absolute; content:""; left:0; bottom:-1px; width:38%; height:2px; background:var(--orange); transition:width .35s cubic-bezier(.22,1,.36,1); } .hero-cta span { display:inline; flex:none; width:auto; height:auto; color:var(--orange); background:transparent; font-size:20px; font-weight:500; line-height:1; transition:transform .3s ease,color .3s ease; } .hero-cta:hover { background:transparent; color:var(--orange-dark); box-shadow:none; transform:translateY(-2px); } .hero-cta:hover::after { width:100%; } .hero-cta:hover span { background:transparent; color:var(--orange-dark); transform:translate(2px,-2px); }
.hero-art { position:absolute; z-index:1; right:8%; top:50%; width:min(390px,72%); aspect-ratio:1; transform:translateY(-50%); } .hero-art-ring { position:absolute; inset:10%; border:1px solid #dfe2e5; border-radius:50%; } .ring-two { inset:20%; } .ring-three { inset:30%; }
.hero-art-shield { position:absolute; left:50%; top:50%; display:grid; place-items:center; width:53%; aspect-ratio:1 / 1.1; transform:translate(-50%,-50%) rotate(45deg); border-radius:18% 9% 20% 9%; background:linear-gradient(135deg,#f8f9fa 8%,#d3d7da 88%); box-shadow:18px 22px 28px rgba(34,39,44,.16); } .hero-art-shield::before { content:""; width:74%; height:74%; border-radius:16% 7% 18% 7%; background:#242629; box-shadow:inset 0 0 0 2px #666; } .hero-art-shield b { position:absolute; z-index:1; color:#ff7a17; font-size:76px; line-height:1; transform:rotate(-45deg); text-shadow:4px 5px 1px #ef3f08; }
.placeholder-label,.placeholder-ratio { position:absolute; z-index:3; } .placeholder-label { left:50%; bottom:26px; transform:translateX(-50%); color:#777b80; font-size:10px; font-weight:700; letter-spacing:.15em; white-space:nowrap; } .placeholder-label b { color:var(--orange); } .placeholder-ratio { right:18px; bottom:26px; color:#8a8e92; font-size:10px; letter-spacing:.1em; }
.benefits-section { position:relative; padding:56px 0 58px; } .benefits-section::before { position:absolute; content:""; top:0; left:50%; width:100vw; height:1px; transform:translateX(-50%); background:linear-gradient(90deg,transparent,#e8eaec 10%,#e8eaec 90%,transparent); } .benefits-section::after { position:absolute; content:""; top:-1px; left:50%; width:100vw; height:2px; transform:translateX(-50%); background:linear-gradient(90deg,transparent 0%,transparent 30%,rgba(241,90,36,0) 36%,rgba(241,90,36,.78) 48%,#ff8a32 50%,rgba(239,51,64,.78) 52%,rgba(239,51,64,0) 64%,transparent 70%,transparent 100%); background-size:220% 100%; background-position:100% 0; box-shadow:0 -8px 18px rgba(241,90,36,.24),0 -2px 6px rgba(239,51,64,.16); animation:divider-scan 5.5s ease-in-out infinite; } .section-heading { display:flex; align-items:end; justify-content:space-between; gap:32px; } h2 { margin-bottom:8px; font-size:clamp(31px,3.5vw,42px); line-height:1.06; letter-spacing:-.055em; } .section-intro { margin-bottom:0; color:#4b5158; font-size:14px; line-height:1.45; }
.controls { display:flex; gap:16px; flex:0 0 auto; } .search-field,.select-field { position:relative; display:flex; align-items:center; height:46px; border:1px solid #e1e3e6; border-radius:10px; background:#fff; box-shadow:0 3px 9px rgba(25,35,45,.05); } .search-field { width:245px; gap:11px; padding:0 14px; } .select-field { width:246px; padding:0 16px; } .search-field svg,.select-field svg { width:17px; height:17px; fill:none; stroke:#343a40; stroke-width:1.7; flex:none; } .search-field input { width:100%; border:0; outline:0; color:var(--ink); font-size:13px; } .search-field input::placeholder { color:#868b92; } .select-field select { appearance:none; width:100%; border:0; outline:0; background:transparent; color:#343a40; cursor:pointer; font-size:13px; font-weight:600; } .select-field svg { position:absolute; right:14px; width:14px; pointer-events:none; }
.results-meta { display:flex; align-items:center; gap:15px; height:1px; margin:31px 0 24px; color:transparent; font-size:0; } .results-rule { display:none; }
.benefits-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px 20px; } .benefit-card { position:relative; min-width:0; overflow:hidden; border:1px solid #e6e7e8; border-radius:18px; background:#fff; box-shadow:0 8px 22px rgba(31,38,45,.055); transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease; } .benefit-card:hover { border-color:#efb99f; box-shadow:0 18px 34px rgba(31,38,45,.105); transform:translateY(-7px); }
.card-image { position:relative; aspect-ratio:1.77/1; overflow:hidden; background:linear-gradient(120deg,hsl(calc(204 + var(--card-index) * 13) 22% 92%),hsl(calc(18 + var(--card-index) * 7) 20% 88%)); } .card-image::before { position:absolute; content:""; z-index:1; inset:0; background:linear-gradient(180deg,rgba(20,25,30,.18),transparent 28%,transparent 74%,rgba(20,25,30,.12)); pointer-events:none; transition:background .5s ease; } .card-image::after { position:absolute; content:""; z-index:2; inset:13px; padding:.5px; border:1px solid transparent; border-radius:11px; background:linear-gradient(135deg,rgba(241,90,36,.82),rgba(239,51,64,.56) 48%,rgba(241,90,36,.82)) border-box; -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; } .card-image-photo { display:block; width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.22,1,.36,1),filter .7s ease; } .benefit-card:hover .card-image-photo { transform:scale(1.045); filter:saturate(1.05) contrast(1.03) brightness(1.02); } .benefit-card:hover .card-image::before { background:linear-gradient(135deg,rgba(241,90,36,.12),transparent 40%,rgba(239,51,64,.08)); } .card-image .placeholder-index { position:static; color:var(--orange-dark); font-size:11px; letter-spacing:.04em; } .card-image.has-image .placeholder-index { color:#fff; } .card-image .placeholder-label { bottom:auto; top:50%; width:100%; text-align:center; color:rgba(31,36,40,.48); transform:translate(-50%,-50%); font-size:9px; letter-spacing:.15em; }
.card-offer { position:absolute; z-index:3; top:24px; left:24px; display:grid; gap:3px; max-width:calc(100% - 48px); border-radius:11px; padding:10px 13px; background:#171a1d; color:#fff; box-shadow:0 9px 22px rgba(16,20,24,.25); pointer-events:none; transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease; }
.card-offer small { color:#fff; font-size:8px; font-weight:750; letter-spacing:.13em; line-height:1; text-transform:uppercase; }
.card-offer strong { color:#fff; font-size:17px; font-weight:800; letter-spacing:-.02em; line-height:1.05; }
.benefit-card:hover .card-offer { box-shadow:0 12px 26px rgba(16,20,24,.34); transform:translateY(-2px); }
.card-body { display:flex; min-height:100%; flex-direction:column; padding:21px 20px 22px; } .card-meta { display:flex; align-items:center; margin-bottom:12px; } .card-category { margin:0; color:var(--orange-dark); font-size:10px; font-weight:700; letter-spacing:.14em; } .card-body h3 { min-height:51px; margin-bottom:12px; font-size:22px; line-height:1.08; letter-spacing:-.05em; } .card-description { min-height:120px; margin-bottom:22px; color:#66707a; font-size:13px; line-height:1.52; } .card-link { position:relative; display:inline-flex; align-items:center; align-self:flex-start; gap:11px; margin-top:auto; padding:0 0 9px; color:#30363d; font-size:15px; font-weight:700; line-height:1.25; } .card-link::after { position:absolute; content:""; left:0; bottom:-1px; width:38%; height:2px; background:var(--orange); transition:width .35s cubic-bezier(.22,1,.36,1); } .card-link b { color:var(--orange); font-size:21px; font-weight:500; line-height:1; transition:transform .3s ease,color .3s ease; } .benefit-card:hover .card-link { color:var(--orange-dark); } .benefit-card:hover .card-link::after { width:100%; } .benefit-card:hover .card-link b { color:var(--orange-dark); transform:translate(2px,-2px); } .is-placeholder .card-image { background:linear-gradient(120deg,#eef1f2,#e7dfdd); } .is-placeholder .card-body h3 { color:#5e646a; }
.empty-state { border:1px dashed var(--line); padding:42px 20px; color:var(--muted); text-align:center; font-size:14px; }
.institutional { display:grid; grid-template-columns:minmax(0,1fr) 300px; align-items:start; gap:42px; margin-bottom:0; border:1px solid #f5e4dc; border-radius:18px; background:#fffaf7; padding:30px 38px; } .institutional-main { display:grid; grid-template-columns:64px minmax(0,1fr); align-items:start; gap:20px; } .institutional-icon,.calendar-icon { display:grid; place-items:center; border:1px solid #ffd2bd; background:#fff; color:var(--orange); } .institutional-icon { width:64px; height:64px; border-radius:18px; } .institutional-icon svg,.calendar-icon svg { width:28px; height:28px; fill:none; stroke:currentColor; stroke-width:1.45; stroke-linecap:round; stroke-linejoin:round; } .institutional-main h2 { margin-bottom:9px; font-size:20px; line-height:1.16; letter-spacing:-.035em; } .institutional-main p { max-width:760px; margin-bottom:0; color:#555b64; font-size:13px; line-height:1.55; } .institutional-note { display:grid; grid-template-columns:52px minmax(0,1fr); align-items:start; gap:14px; padding-left:26px; border-left:1px solid #f1d8cc; } .calendar-icon { width:52px; height:52px; border-radius:50%; } .institutional-note h3 { margin:2px 0 7px; color:var(--ink); font-size:16px; line-height:1.2; letter-spacing:-.025em; } .institutional-note p { margin:0; color:#555b64; font-size:13px; line-height:1.5; }
.site-footer { display:flex; align-items:center; justify-content:center; min-height:78px; border-top:1px solid #e7e9eb; color:#626a73; font-size:12px; } .site-footer-link { display:flex; align-items:center; justify-content:center; gap:10px; color:inherit; transition:color .25s ease; } .site-footer-link:hover { color:#0c55fc; } .footer-credit-label { color:#4f555e; } .footer-brand { display:block; width:88px; height:auto; } .footer-separator { color:#b1b6bb; }
.affiliation-strip { display:grid; grid-template-columns:minmax(0,1fr) 220px; align-items:center; gap:40px; width:min(calc(100% - 116px),var(--max)); margin:0 auto; border-top:1px solid #e7e9eb; border-bottom:1px solid #e7e9eb; padding:24px 34px; } .affiliation-kicker { margin-bottom:7px; color:var(--orange-dark); font-size:10px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; } .affiliation-copy h2 { margin-bottom:6px; color:var(--ink); font-size:20px; line-height:1.15; letter-spacing:-.035em; } .affiliation-copy > p:last-child { margin:0; color:#66707a; font-size:13px; line-height:1.45; } .affiliation-logo-wrap { display:grid; place-items:center; min-height:88px; border-left:1px solid #e7e9eb; padding-left:32px; } .affiliation-logo { display:block; width:178px; height:auto; max-height:88px; object-fit:contain; }
@keyframes divider-scan { 0%,12% { background-position:100% 0; opacity:.2; } 50% { background-position:0 0; opacity:.72; } 88%,100% { background-position:-100% 0; opacity:.2; } }
@keyframes hero-image-assemble { 0% { opacity:0; transform:translateX(56px) scale(1.08); clip-path:inset(0 0 0 35%); filter:saturate(.7) brightness(1.04); } 55% { opacity:1; } 100% { opacity:1; transform:translateX(0) scale(1); clip-path:inset(0); filter:saturate(1) brightness(1); } }
@keyframes hero-image-sweep { 0% { left:-30%; opacity:0; } 15% { opacity:.75; } 72%,100% { left:115%; opacity:0; } }
.reveal { opacity:1; transform:none; } .reveal-delay { transition-delay:0s; } .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; }
@media (min-width:651px) { .site-header { height:145px; } .brand { width:440px; height:90px; } .brand-logo { width:440px; } .hero-inner { padding-top:145px; } }
@media (max-width:1200px) and (min-width:651px) { .brand { width:320px; height:70px; } .brand-logo { width:320px; } .site-header { height:145px; } .hero-inner { padding-top:145px; } .hero-copy { width:min(48%,520px); } }
@media (max-width:930px) { .site-header { padding:0 32px; } main,.site-footer { width:min(calc(100% - 64px),var(--max)); } .hero-inner { width:min(calc(100% - 64px),var(--max)); } .hero-copy { width:min(52%,520px); } .section-heading { align-items:start; flex-direction:column; gap:22px; } .controls { width:100%; } .search-field,.select-field { flex:1; width:auto; } }
@media (max-width:650px) { .site-header { width:100%; padding:0 20px; } .partner-area-link { top:15px; right:20px; font-size:10px; } main,.site-footer { width:calc(100% - 40px); } .site-header { height:118px; } .brand { width:min(500px,calc(100vw - 40px)); height:100px; padding-top:19px; } .brand-logo { width:100%; } .hero { display:block; height:auto; min-height:0; } .hero::before { display:none; } .hero-media { position:relative; aspect-ratio:941 / 1672; height:auto; } .hero-media picture { height:100%; } .hero-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; object-position:center top; -webkit-mask-image:none; mask-image:none; } .hero-media::before { display:none; } .hero-media::after { background:none; } .hero-inner { position:absolute; inset:0; width:100%; padding:0 20px; align-items:flex-start; } .hero-copy { width:100%; padding:clamp(104px,27vw,130px) 0 0; } h1 { margin-bottom:12px; font-size:calc(clamp(43px,12vw,58px) * .95); } .hero-tagline { max-width:350px; margin-bottom:16px; font-size:18px; line-height:1.12; } .hero-cta-note { font-size:11px; } .hero-cta { max-width:370px; gap:10px; padding:10px 12px 10px 14px; font-size:12px; line-height:1.15; } .hero-cta span { flex-basis:26px; width:26px; height:26px; font-size:16px; } .placeholder-label { bottom:16px; font-size:8px; } .placeholder-ratio { right:14px; bottom:16px; } .benefits-section { padding:42px 0 45px; } .benefits-section::before,.benefits-section::after { display:none; } .controls { flex-direction:column; gap:11px; } .search-field,.select-field { width:100%; flex:none; } .benefits-grid { grid-template-columns:1fr; gap:17px; } .card-body h3 { min-height:auto; font-size:23px; } .card-description { min-height:auto; } .institutional { grid-template-columns:1fr; gap:24px; padding:24px 21px; } .institutional-main { grid-template-columns:48px minmax(0,1fr); gap:14px; } .institutional-icon { width:48px; height:48px; border-radius:14px; } .institutional-icon svg { width:22px; height:22px; } .institutional-main h2 { font-size:19px; } .institutional-main p { font-size:13px; } .institutional-note { grid-template-columns:48px minmax(0,1fr); padding:20px 0 0; border-top:1px solid #f2ddd3; border-left:0; } .calendar-icon { width:48px; height:48px; } .calendar-icon svg { width:23px; height:23px; } .institutional-note h3 { font-size:16px; } .affiliation-strip { grid-template-columns:1fr; gap:18px; width:calc(100% - 40px); padding:24px 21px; text-align:center; } .affiliation-kicker { margin-bottom:6px; } .affiliation-copy h2 { font-size:19px; } .affiliation-logo-wrap { min-height:78px; border-top:1px solid #e7e9eb; border-left:0; padding:18px 0 0; } .affiliation-logo { width:156px; max-height:78px; } .site-footer { justify-content:center; flex-wrap:wrap; gap:8px; padding:20px 12px; font-size:10px; text-align:center; } .site-footer-link { flex-wrap:wrap; gap:8px; } .footer-brand { width:78px; } .footer-separator { display:none; } }
@media (max-width:650px) { .card-offer { top:20px; left:20px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms!important; animation-duration:.01ms!important; } .benefits-section::after { animation:none; opacity:.4; } .hero-media.reveal.is-visible img,.hero-media.reveal.is-visible::before { animation:none; } .reveal { opacity:1; transform:none; } }

/* Shared product system -------------------------------------------------- */
:root {
  --paper: #f6f8f8;
  --surface: #ffffff;
  --surface-soft: #f0f3f3;
  --ink: #1d2329;
  --muted: #65717a;
  --muted-strong: #46515a;
  --line: #dfe5e7;
  --line-strong: #cbd4d7;
  --orange: #f15a24;
  --orange-dark: #d94814;
  --focus-ring: rgba(241, 90, 36, .22);
  --shadow-sm: 0 8px 24px rgba(22, 32, 38, .06);
  --shadow-md: 0 20px 52px rgba(22, 32, 38, .1);
  --radius-md: 14px;
  --radius-lg: 24px;
  --max: 1180px;
}

[hidden] { display: none !important; }

button, input, select, textarea { accent-color: var(--orange); }
input, select, textarea { font-weight: 400; }
input::placeholder, textarea::placeholder { font-weight: 400; }

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

::selection { background: rgba(241, 90, 36, .18); color: var(--ink); }

.site-footer {
  background: transparent;
  color: var(--muted);
}

@keyframes button-spin { to { transform: rotate(360deg); } }

.benefit-card { display:flex; flex-direction:column; }
.benefit-card .card-body { flex:1; min-height:0; }
.benefit-card .card-description { overflow-wrap:anywhere; text-wrap:pretty; white-space:pre-line; }
