:root{--color-bg:#f6fbfb;--color-fg:#0e2a45;--color-muted:#5a7385;--color-accent:#63cfc9;--color-accent-strong:#147d6c;--color-on-accent:#06312b;--color-surface:#e9f7f5;--color-border:#d9ebe9;--color-highlight:#00438a;--gradient-wave:linear-gradient(120deg,#147d6c,#17b3a6 50%,#1effff);--gradient-btn:linear-gradient(120deg,#147d6c,#12a89a);--max-width:1120px;--radius:16px;--transition:0.22s cubic-bezier(0.22,1,0.36,1);--shadow:0 12px 40px rgba(10,42,69,0.10);--shadow-soft:0 4px 18px rgba(10,42,69,0.07);--font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-serif:"Fraunces",Georgia,"Times New Roman",serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{background:var(--color-bg);color:var(--color-fg);font-family:var(--font-sans);line-height:1.65;-webkit-font-smoothing:antialiased}.display,h1,h2{font-family:var(--font-serif);font-weight:600;line-height:1.1;letter-spacing:-.01em;text-wrap:balance}h3{font-weight:700;letter-spacing:-.005em;text-wrap:balance}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--gradient-btn);color:#ffffff;padding:.8rem 1.5rem;border-radius:999px;font-weight:600;border:none;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform var(--transition),box-shadow var(--transition)}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline{background:transparent;color:var(--color-accent-strong);border:1.5px solid var(--color-accent-strong);box-shadow:none}.btn-outline:hover{background:var(--color-surface)}.btn-highlight{background-image:var(--gradient-btn);background-color:transparent;color:#ffffff}.btn-highlight:hover{filter:brightness(.93)}.section{padding:5rem 0}.muted{color:var(--color-muted)}.site-header .navlink{color:rgba(255,255,255,.82)}.site-header .navlink:hover{color:#ffffff}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;color:var(--color-accent-strong)}.gradient-text{background:var(--gradient-wave);-webkit-background-clip:text;background-clip:text;color:transparent}.tbd{display:inline-block;font-size:.72rem;background:#fef3c7;color:#92400e;padding:.15rem .55rem;border-radius:999px;font-weight:600}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-soft);transition:transform var(--transition),box-shadow var(--transition)}a.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.btn:hover,a.card:hover{will-change:transform}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:720px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.step-head{gap:.6rem;margin-bottom:1.1rem}.step-head,.step-num{display:flex;align-items:center}.step-num{flex:none;width:30px;height:30px;border-radius:999px;background:var(--gradient-wave);color:var(--color-on-accent);justify-content:center;font-size:.8rem;font-weight:700}.step-line{flex:1 1;height:2px;background:var(--color-border);border-radius:2px}.portrait-placeholder{aspect-ratio:1/1;border-radius:var(--radius);background:repeating-linear-gradient(45deg,var(--color-surface),var(--color-surface) 10px,var(--color-border) 10px,var(--color-border) 20px);display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}label{display:block;font-weight:600;margin-bottom:.35rem}input,select,textarea{width:100%;padding:.75rem .9rem;border:1px solid var(--color-border);border-radius:10px;font:inherit;background:#fff;margin-bottom:1rem;transition:border-color var(--transition),box-shadow var(--transition)}textarea{resize:none}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-accent-strong);box-shadow:0 0 0 3px rgba(142,204,210,.35)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.animated-gradient,.btn,.gradient-text,.step-num{background-size:220% 220%;animation:gradientShift 10s ease infinite}.animated-gradient{background-image:var(--gradient-wave)}.hero-animate>*{opacity:0;animation:fadeUp .7s ease forwards}.hero-animate>:first-child{animation-delay:.05s}.hero-animate>:nth-child(2){animation-delay:.15s}.hero-animate>:nth-child(3){animation-delay:.25s}.hero-animate>:nth-child(4){animation-delay:.35s}.hero-animate>:nth-child(5){animation-delay:.45s}.reveal .stagger>*{opacity:0}.reveal.is-visible .stagger>*{animation:fadeUp .55s ease forwards}.reveal.is-visible .stagger>:first-child{animation-delay:.05s}.reveal.is-visible .stagger>:nth-child(2){animation-delay:.13s}.reveal.is-visible .stagger>:nth-child(3){animation-delay:.21s}.reveal.is-visible .stagger>:nth-child(4){animation-delay:.29s}.reveal.is-visible .stagger>:nth-child(5){animation-delay:.37s}.reveal.is-visible .stagger>:nth-child(6){animation-delay:.45s}@keyframes waveLetterIn{0%{opacity:0;transform:translateY(.7em)}55%{opacity:1;transform:translateY(-.12em)}to{opacity:1;transform:translateY(0)}}.rotating-wrap{display:inline-block;white-space:nowrap}.rotating-letter{display:inline-block;color:#ffffff;font-style:italic;white-space:pre;animation:waveLetterIn .6s cubic-bezier(.22,1,.36,1) both}.stagger-now>*{animation:fadeUp .45s ease both}.stagger-now>:nth-child(2){animation-delay:.05s}.stagger-now>:nth-child(3){animation-delay:.1s}.stagger-now>:nth-child(4){animation-delay:.15s}.stagger-now>:nth-child(5){animation-delay:.2s}.stagger-now>:nth-child(6){animation-delay:.25s}.stagger-now>:nth-child(n+7){animation-delay:.3s}.navlink{position:relative;transition:color var(--transition)}.navlink:after{content:"";position:absolute;left:0;bottom:-5px;height:2px;width:0;background:var(--color-accent-strong);transition:width var(--transition)}.navlink:hover{color:var(--color-fg)}.navlink:hover:after{width:100%}a.card:hover{border-color:var(--color-accent)}a.step-card{display:flex;flex-direction:column;height:100%}a.step-card:hover{transform:translateY(-8px) scale(1.035);box-shadow:0 22px 50px rgba(8,49,47,.16);border-color:var(--color-accent)}.step-cta{margin-top:auto;font-size:.85rem;font-weight:700;color:var(--color-accent-strong);display:inline-flex;align-items:center;gap:.35rem}.step-arrow{transition:transform var(--transition)}a.step-card:hover .step-arrow{transform:translateX(5px)}a.step-card:hover .step-num{box-shadow:0 6px 16px rgba(8,49,47,.2)}.dropdown-item{transition:background var(--transition),padding-left var(--transition);font-weight:500}.dropdown-item:hover{background:var(--color-surface);padding-left:1.1rem}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.animated-gradient,.btn,.gradient-text,.hero-animate>*,.reveal.is-visible .stagger>*,.stagger-now>*,.step-num{animation:none;opacity:1}html{scroll-behavior:auto}}@keyframes llPromptIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.ll-prompt{position:fixed;bottom:20px;right:20px;z-index:120;width:min(320px,calc(100vw - 40px));background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem 1.25rem 1.35rem;animation:llPromptIn .4s cubic-bezier(.22,1,.36,1)}.ll-prompt-close{position:absolute;top:.4rem;right:.6rem;background:none;border:none;font-size:1.3rem;line-height:1;cursor:pointer;color:var(--color-muted)}.ll-prompt-close:hover{color:var(--color-fg)}@media (prefers-reduced-motion:reduce){.ll-prompt{animation:none}}.site-footer{background:#0e3350}.site-footer,.site-footer a{color:#c7d8e3}.site-footer a:hover{color:#ffffff}.site-footer .muted{color:#93aec0}.site-footer .display,.site-footer strong{color:#ffffff}.site-footer .navlink:after{background:#ffffff}.wave-divider{display:block;width:100%;height:auto}.logo-strip{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem 2rem;gap:1.25rem 2rem;align-items:center}@media (min-width:560px){.logo-strip{grid-template-columns:repeat(3,1fr)}}@media (min-width:820px){.logo-strip{grid-template-columns:repeat(6,1fr)}}.logo-cell{display:flex;align-items:center;justify-content:center;height:48px}.logo-cell img{max-height:44px;max-width:100%;object-fit:contain;transition:transform var(--transition)}.logo-cell img:hover{transform:scale(1.06)}.ideabox{transition:box-shadow .3s ease;border:2px dashed var(--color-highlight)}.ideabox:hover{box-shadow:var(--shadow)}.flip{perspective:1000px}.flip-inner{position:relative;width:100%;aspect-ratio:3/4;transition:transform .6s cubic-bezier(.22,1,.36,1);transform-style:preserve-3d}.flip:focus-within .flip-inner,.flip:hover .flip-inner{transform:rotateY(180deg)}.flip-face{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}.flip-front{background:var(--color-surface)}.flip-front img{width:100%;height:100%;object-fit:cover}.flip-name{position:absolute;left:0;right:0;bottom:0;padding:1.5rem .9rem .7rem;color:#fff;font-weight:700;background:linear-gradient(transparent,rgba(8,49,47,.75))}.flip-initial{width:100%;height:100%;color:#fff;font-family:var(--font-serif);font-size:3rem;font-weight:600}.flip-back,.flip-initial{display:flex;align-items:center;justify-content:center;background:var(--gradient-wave)}.flip-back{transform:rotateY(180deg);color:var(--color-on-accent);flex-direction:column;text-align:center;padding:1.25rem;gap:.4rem}@media (prefers-reduced-motion:reduce){.flip-inner{transition:none}}.ll-grid{display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:start}@media (min-width:820px){.ll-grid{grid-template-columns:1.3fr 1fr}}.marquee{overflow:hidden;padding:2.5rem 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.marquee-track{display:flex;align-items:center;gap:4rem;width:max-content;animation:marqueeScroll 45s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-item{flex:none;display:flex;align-items:center;justify-content:center;height:60px}.marquee-item img{max-height:50px;max-width:128px;object-fit:contain;filter:grayscale(1);opacity:.65;transition:filter var(--transition),opacity var(--transition),transform var(--transition)}.marquee-item img:hover{filter:grayscale(0);opacity:1;transform:scale(1.08)}@keyframes marqueeScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.hof-wall{column-count:1;column-gap:1rem}@media (min-width:600px){.hof-wall{column-count:2}}@media (min-width:900px){.hof-wall{column-count:3}}@media (min-width:1200px){.hof-wall{column-count:4}}.hof-item{page-break-inside:avoid;break-inside:avoid;margin-bottom:1rem;opacity:0;transform:translateY(26px) scale(.96);transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}.hof-item.in{opacity:1;transform:none}.hof-item:nth-child(4n+2){margin-top:1.4rem}.hof-item:nth-child(7n+5){margin-top:2.4rem}.hof-item:nth-child(5n+3){margin-bottom:1.6rem}.hof-clickable{cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}.hof-clickable:hover{transform:translateY(-6px) scale(1.03);box-shadow:var(--shadow)}.hof-logo-item{padding:1.75rem 1rem;min-height:96px}.hof-logo-item,.hof-modal-backdrop{display:flex;align-items:center;justify-content:center}.hof-modal-backdrop{position:fixed;inset:0;background:rgba(8,49,47,.72);padding:1.5rem;z-index:200;animation:fadeUp .25s ease}.hof-modal{background:#fff;border-radius:var(--radius);max-width:640px;width:100%;max-height:90vh;overflow:auto;box-shadow:var(--shadow);text-align:center}@media (prefers-reduced-motion:reduce){.hof-item{opacity:1;transform:none;transition:none}}.artikel-body h2{font-size:1.5rem;margin:2rem 0 .75rem}.artikel-body h3{font-size:1.2rem;margin:1.5rem 0 .5rem}.artikel-body p{margin:0 0 1rem}.artikel-body ol,.artikel-body ul{margin:0 0 1rem;padding-left:1.4rem}.artikel-body li{margin:.25rem 0}.artikel-body a{color:var(--color-accent-strong);font-weight:600}.artikel-body img{width:100%;height:auto;border-radius:var(--radius);margin:1.75rem 0;display:block}.rich-editor-content{min-height:260px;padding:.85rem 1rem;outline:none}.rich-editor-content:focus{outline:none}.rich-editor-content p{margin:0 0 .75rem}.rich-editor-content h2{font-size:1.4rem;margin:1.25rem 0 .5rem}.rich-editor-content h3{font-size:1.15rem;margin:1rem 0 .4rem}.rich-editor-content ol,.rich-editor-content ul{padding-left:1.4rem;margin:0 0 .75rem}.rich-editor-content img{max-width:100%;height:auto;border-radius:var(--radius);margin:.75rem 0}.rich-editor-content a{color:var(--color-accent-strong);text-decoration:underline}