
:root{
  --ink:#242331;
  --muted:#666475;
  --violet:#393664;
  --yellow:#FCD871;
  --white:#ffffff;
  --line:#dedce7;
  --shadow:0 22px 70px rgba(57,54,100,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.7}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.narrow{width:min(900px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(56,54,100,.08)}
.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-block;background:url('/assets/logo-colored.svg') center/contain no-repeat}
.brand img{width:94px;height:74px;object-fit:contain;visibility:hidden}
.site-nav{display:flex;align-items:center;gap:30px}
.site-nav a,.footer-nav a{text-decoration:none;font-size:14px;letter-spacing:.02em;position:relative}
.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--violet);transition:.2s}
.site-nav a:hover:after{right:0}
.menu-toggle{display:none;background:transparent;border:0;padding:8px}
.menu-toggle span{display:block;width:27px;height:2px;background:var(--violet);margin:5px}
.hero{min-height:700px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#ffffff 62%,#FCD871 100%)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center;position:relative;z-index:2;padding:70px 0}
.hero-copy h1,.page-hero h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--violet)}
.hero-copy h1{font-size:clamp(42px,6vw,74px);line-height:1.08;margin:15px 0 24px;letter-spacing:-.03em}
.hero-lead-image{
  width:430px;
  max-width:100%;
  margin:18px 0 34px;
}

.hero-lead-image img{
  display:block;
  width:100%;
  height:auto;
}
.section-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700;color:var(--violet-2);margin-bottom:8px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:999px;background:var(--violet);color:#fff;text-decoration:none;border:1px solid var(--violet);font-weight:700;cursor:pointer;transition:.2s}
.button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(56,54,100,.2)}
.button-outline{background:#fff;color:var(--violet)}
.hero-image-wrap{position:relative;justify-self:end;width:min(500px,100%)}
.hero-image-wrap>img{width:100%;aspect-ratio:1/1.08;object-fit:cover;border-radius:46% 46% 22px 22px;filter:grayscale(100%);box-shadow:var(--shadow)}
.hero-logo-chip{position:absolute;left:-55px;bottom:28px;width:150px;height:150px;border-radius:50%;background:#fff;box-shadow:var(--shadow);padding:20px;display:grid;place-items:center}
.hero-logo-chip img{width:120px}
.hero-orb{position:absolute;border:1px solid rgba(56,54,100,.12);border-radius:50%}
.orb-one{width:550px;height:550px;right:-160px;top:-100px}
.orb-two{width:330px;height:330px;left:-150px;bottom:-90px}
.section{padding:100px 0}
h2{font-size:clamp(34px,4vw,52px);line-height:1.13;margin:8px 0 38px;letter-spacing:-.02em}
h3{color:var(--violet);line-height:1.35}
p{margin:0 0 18px}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.about-preview{background:#fff}
.stat-card{background:var(--violet);color:#fff;padding:48px;border-radius:var(--radius);box-shadow:var(--shadow)}
.stat-card strong{display:block;font-family:Georgia,serif;font-size:90px;line-height:.9}
.stat-card span{display:block;font-size:20px;margin:12px 0 25px}
.stat-card p{color:rgba(255,255,255,.78);margin:0}
.text-link{display:inline-flex;gap:8px;align-items:center;color:var(--violet);font-weight:700;text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:4px}
.text-link span{transition:.2s}.text-link:hover span{transform:translateX(4px)}
.why-section{background:var(--yellow)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;min-height:310px;box-shadow:0 10px 35px rgba(56,54,100,.05)}
.feature-card>span{font-family:Georgia,serif;color:#b7b3d0;font-size:31px}
.feature-card h3{font-size:21px;margin:24px 0 12px}
.feature-card p{color:var(--muted);font-size:15px;margin:0}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.service-card{border:1px solid var(--line);border-radius:var(--radius);padding:42px;background:#fff;box-shadow:0 15px 50px rgba(56,54,100,.06)}
.service-tag{display:inline-block;padding:6px 12px;background:var(--yellow);border-radius:999px;color:var(--violet);font-size:12px;font-weight:700}
.service-card h3{font-size:28px;margin:20px 0 16px}
.service-card p{color:var(--muted)}
.price{border-top:1px solid var(--line);padding-top:25px;margin-top:25px;display:flex;justify-content:space-between;align-items:end;gap:20px}
.price small{color:var(--muted)}
.price strong{font-family:Georgia,serif;font-size:32px;color:var(--violet);white-space:nowrap}
.center{text-align:center;margin-top:34px}
.testimonials-section{background:var(--violet);color:#fff}
.testimonials-section .section-kicker{color:#c9c5e6}
.testimonials-section h2{color:#fff}
.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.testimonial-card{background:#fff;color:var(--ink);padding:34px;border-radius:22px;position:relative}
.testimonial-card p{color:var(--muted);font-size:15px;white-space:normal}
.testimonial-card h3{font-size:17px;margin:22px 0 0}
.quote-mark{font-family:Georgia,serif;font-size:60px;line-height:.7;color:#c3bfdf;margin-bottom:10px}
.testimonial-extra{display:none}
.testimonials-grid.show-all .testimonial-extra{display:block}
.testimonials-actions{text-align:center;margin-top:32px}
.testimonials-section .button-outline{border-color:#fff}
.page-hero{padding:90px 0 70px;background:linear-gradient(135deg,#FCD871,#FCD871)}
.page-hero h1{font-size:clamp(45px,6vw,70px);line-height:1.06;margin:8px 0 16px}
.page-hero p{max-width:720px;color:var(--muted);font-size:19px}
.portrait-card img{width:100%;border-radius:var(--radius);filter:grayscale(100%);box-shadow:var(--shadow)}
.prose p{color:var(--muted)}
.values-section{background:var(--yellow)}
.values-section blockquote{margin:0;border-left:4px solid var(--violet);padding:15px 0 15px 32px;font-family:Georgia,serif;font-size:25px;line-height:1.55;color:var(--violet)}
.stats-band{padding:72px 0;background:var(--violet);color:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.stats-grid>div{border-right:1px solid rgba(255,255,255,.18);padding-right:30px}
.stats-grid>div:last-child{border-right:0}
.stats-grid strong{font-family:Georgia,serif;font-size:65px;display:block;line-height:1}
.stats-grid span{display:block;margin-top:12px;color:rgba(255,255,255,.75)}
.stats-note{margin-top:36px;color:rgba(255,255,255,.75)}
.stats-note p{margin:0}
.steps-section{background:var(--yellow)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.step-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px}
.step-number{width:48px;height:48px;border-radius:50%;background:var(--violet);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:22px}
.step-card h3{font-size:24px}
.step-card p{color:var(--muted);margin:0}
.contact-strip{padding-top:70px;padding-bottom:70px}
.contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid var(--line);border-radius:var(--radius);padding:42px;background:var(--yellow)}
.contact-strip-inner h2{margin:3px 0 0;font-size:38px}
.faq-list{max-width:980px}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{list-style:none;display:grid;grid-template-columns:52px 1fr 30px;gap:16px;align-items:center;cursor:pointer;padding:28px 0;color:var(--violet);font-family:Georgia,serif;font-size:23px;line-height:1.3}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary>span{font-family:Arial,sans-serif;font-size:12px;letter-spacing:.12em;color:#8b88a7}
.faq-item summary>b{font-family:Arial,sans-serif;font-size:28px;font-weight:300;transition:.2s}
.faq-item[open] summary>b{transform:rotate(45deg)}
.faq-answer{padding:0 52px 28px 68px;color:var(--muted)}
.faq-answer h4{color:var(--violet);font-size:17px;margin:20px 0 8px}
.pros-cons{list-style:none;padding:0;margin:10px 0 18px}
.pros-cons li{display:grid;grid-template-columns:28px 1fr;gap:8px;margin:7px 0}
.pros-cons li span{font-weight:700;color:var(--violet)}
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;max-width:900px}
.contact-card{border:1px solid var(--line);border-radius:var(--radius);padding:46px;text-decoration:none;background:#fff;box-shadow:0 15px 50px rgba(56,54,100,.06);transition:.2s}
.contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.contact-icon{width:56px;height:56px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;color:var(--violet);font-size:25px;margin-bottom:28px}
.contact-card small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:11px}
.contact-card strong{display:block;color:var(--violet);font-family:Georgia,serif;font-size:27px;margin-top:8px}
.site-footer{background:#201f32;color:#fff;padding:65px 0 35px}
.footer-inner{text-align:center}
.footer-brand{display:inline-block}.footer-brand img{width:115px;filter:brightness(0) invert(1);opacity:.9}
.footer-nav{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin:28px 0}
.footer-nav a{color:rgba(255,255,255,.82)}
.site-footer p{color:rgba(255,255,255,.5);font-size:12px;margin:25px 0 0}
@media (max-width:900px){
  .menu-toggle{display:block}
  .site-nav{position:absolute;left:0;right:0;top:92px;background:#fff;border-bottom:1px solid var(--line);padding:24px 20px;display:none;flex-direction:column;align-items:flex-start;gap:18px}
  .site-nav.open{display:flex}
  .hero-grid,.split{grid-template-columns:1fr;gap:45px}
  .hero{min-height:auto}
  .hero-image-wrap{justify-self:center;width:min(470px,90%)}
  .feature-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:1fr}
  .stats-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:0 0 24px}
  .stats-grid>div:last-child{border-bottom:0}
}
@media (max-width:680px){
  .container,.narrow{width:min(100% - 28px,1160px)}
  .header-inner{height:78px}.brand img{width:80px;height:62px}.site-nav{top:78px}
  .hero-grid{padding:55px 0}.hero-copy h1{font-size:43px}
  .hero-logo-chip{width:105px;height:105px;left:-12px;padding:12px}
  .section{padding:72px 0}
  h2{font-size:37px}
  .feature-grid,.services-grid,.steps-grid,.testimonials-grid,.contact-grid{grid-template-columns:1fr}
  .service-card,.stat-card{padding:30px}
  .price{align-items:flex-start;flex-direction:column}
  .page-hero{padding:60px 0 50px}.page-hero h1{font-size:44px}
  .values-section blockquote{font-size:21px;padding-left:22px}
  .faq-item summary{grid-template-columns:35px 1fr 22px;font-size:20px;gap:8px}
  .faq-answer{padding-left:43px;padding-right:10px}
  .contact-strip-inner{align-items:flex-start;flex-direction:column;padding:30px}
  .contact-strip-inner h2{font-size:32px}
  .contact-card{padding:32px}.contact-card strong{font-size:22px}
}

/* Exact brand palette requested: white + #393664 violet + #FCD871 yellow. */
.hero-orb{border-color:var(--yellow);background:var(--yellow);opacity:.55}
.why-section,.steps-section,.values-section{background:var(--yellow)}
.service-tag,.contact-icon{background:var(--yellow)}
.contact-strip-inner{background:var(--yellow)}
.testimonials-section{background:var(--violet)}

.feature-card p a{
  color:var(--violet);
  font-weight:700;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}


.section-kicker{color:var(--violet)}
.hero-service-line{max-width:670px;margin:0 0 14px;color:var(--violet);font-size:16px;font-weight:700;line-height:1.55}
.feature-button{margin-top:22px}
.results-list{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:10px}
.results-list li{margin:0;padding:10px 12px;border-radius:14px;background:#fffaf0;color:var(--ink);font-size:15px;line-height:1.45}
.results-list strong{color:var(--violet)}
.examples-intro{max-width:860px;color:var(--muted);font-size:18px;margin:0 0 28px}
.examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.example-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 15px 50px rgba(56,54,100,.06)}
.example-card a{display:block}
.example-card img{width:100%;height:auto;display:block}
.example-card figcaption{padding:18px 20px}
.example-card h3{margin:0 0 6px;font-size:22px}
.example-card p{margin:0;color:var(--muted);font-size:15px}
@media (max-width:900px){
  .examples-grid{grid-template-columns:1fr}
}


.footer-legal{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:18px;color:rgba(255,255,255,.65);font-size:12px}
.footer-legal a{color:rgba(255,255,255,.82);text-underline-offset:3px}
.policy-prose{max-width:920px}
.policy-prose h2{font-size:30px;margin:44px 0 16px}
.policy-prose h2:first-child{margin-top:0}
.policy-prose p,.policy-prose li{color:var(--muted)}
.policy-prose ul{padding-left:22px}
.policy-prose a{color:var(--violet);font-weight:700}

.testimonials-privacy-note{max-width:850px;margin:-18px 0 34px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.6}


/* v13: balanced statistics, anonymized testimonials, accessible motion */
.stats-trio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.stat-item{min-width:0}
.home-stats-grid{grid-template-columns:1fr;gap:14px}
.home-stats-grid .stat-item{background:var(--violet);color:#fff;padding:28px;border-radius:22px;box-shadow:var(--shadow)}
.stat-item .stat-value{display:block;font-family:Georgia,serif;font-size:clamp(52px,6vw,72px);line-height:.92;color:inherit}
.stat-item span{display:block;font-size:18px;line-height:1.35;font-weight:700;margin:12px 0 14px}
.stat-item p{margin:0;font-size:14px;line-height:1.55}
.home-stats-grid .stat-item p{color:rgba(255,255,255,.78)}
.about-stats-grid .stat-item{padding:4px 28px 4px 0;border-right:1px solid rgba(255,255,255,.18)}
.about-stats-grid .stat-item:last-child{border-right:0;padding-right:0}
.about-stats-grid .stat-item p{color:rgba(255,255,255,.72)}
.about-stats-grid .stat-item span{color:#fff}
.stat-value.stat-motion-pending{opacity:.35;transform:translateY(6px) scale(.98)}
.stat-value.stat-motion-visible{opacity:1;transform:none;transition:opacity .65s ease,transform .65s ease}
.testimonial-illustration{width:92px;height:92px;border-radius:24px;object-fit:cover;margin-bottom:18px;border:3px solid var(--yellow);background:#fff}
.testimonial-card h3{font-size:18px;margin:0 0 4px}
.testimonial-context{color:var(--violet)!important;font-size:13px!important;font-weight:700;line-height:1.45;margin:0 0 18px!important}
.testimonial-text{margin-top:16px!important}
@media (max-width:900px){.stats-trio{grid-template-columns:1fr}.about-stats-grid .stat-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:0 0 24px}.about-stats-grid .stat-item:last-child{border-bottom:0;padding-bottom:0}.home-stats-grid{margin-top:8px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.stat-value,.button,.text-link span,.site-nav a:after,.faq-item summary>b,.contact-card{transition:none!important;animation:none!important}.stat-value.stat-motion-pending{opacity:1;transform:none}}
@media (max-width:680px){

  .hero-grid,
  .hero-copy{
    width:100%;
    max-width:100%;
    min-width:0;
  }
.hero-copy{
  padding-left:24px !important;
  padding-right:24px !important;
  box-sizing:border-box;
}
  .hero-title{
    white-space:normal;
    max-width:100%;
  }

  .hero-lead-image{
    width:100%;
    max-width:330px;
    margin:18px 0 34px;
  }

  .hero-lead-image img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    object-fit:contain;
  }

}
@media (min-width:901px){
  .hero-grid{
    transform:translateY(-18px);
  }
}
