

:root {
  --ink: #2d2c28;
  --blue: #4680b2;
  --blue-2: #4680b2;
  --sky: #e8f2fa;
  --paper: #f3f5f7;
  --white: #ffffff;
  --line: #d7dde5;
  --muted: #687487;
  --lime: #d9ef9c;
  --green: #276b4f;
  --shadow: 0 24px 65px rgba(17, 43, 77, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.service-content { padding-top: 0; font-family: Manrope, Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.topbar { height: 82px; padding: 0 clamp(24px, 5vw, 84px); background: var(--white); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(20, 36, 60, .08); }
.topbar.compact { max-width: 1400px; margin: 0 auto; border: 0; background: transparent; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; font-size: 20px; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--blue); border-radius: 10px 10px 10px 3px; font-family: Manrope, Arial, sans-serif; font-size: 22px; }
.brand-dot { color: var(--blue-2); }
.topbar-note { color: var(--muted); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.topbar-note i { width: 8px; height: 8px; background: #63ae68; border-radius: 99px; box-shadow: 0 0 0 4px #e7f4e8; }

.hero { position: relative; overflow: hidden; min-height: 700px; padding: clamp(58px, 7vw, 100px) clamp(24px, 5vw, 84px) 90px; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.28fr); gap: clamp(44px, 7vw, 110px); align-items: center; background: linear-gradient(132deg, #eaf3ff 0%, #f6f8fa 43%, #f2f4f6 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; left: -240px; bottom: -190px; border-radius: 50%; border: 95px solid rgba(36, 95, 159, .06); }
.hero::after { content: ""; position: absolute; width: 150px; height: 150px; left: 43%; top: 10%; background-image: radial-gradient(#245f9f 1.2px, transparent 1.2px); background-size: 13px 13px; opacity: .14; transform: rotate(8deg); }
.hero > * { position: relative; z-index: 1; }
.hero-copy { max-width: 600px; }
.eyebrow, .step-kicker { color: var(--blue-2); font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.hero h1 { margin: 20px 0 24px; font-family: Manrope, Arial, sans-serif; font-size: clamp(44px, 4.7vw, 70px); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; }
.hero-copy > p { max-width: 520px; margin: 0; color: #56677e; font-size: 18px; line-height: 1.65; }
.hero-steps { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(20, 36, 60, .12); color: #536179; font-size: 12px; font-weight: 700; }
.hero-steps span { display: flex; align-items: center; gap: 8px; }
.hero-steps b { color: var(--blue-2); }

.creator-shell { display: grid; grid-template-columns: minmax(420px, 1fr) 270px; align-items: center; }
.creator-card { background: var(--white); border: 1px solid rgba(20, 36, 60, .08); border-radius: 24px; padding: 30px; box-shadow: var(--shadow); }
.card-heading, .details-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.card-heading h2, .details-heading h2 { font-family: Manrope, Arial, sans-serif; font-size: 30px; font-weight: 500; letter-spacing: -.035em; margin: 7px 0 0; }
.secure-badge { border: 1px solid #b8d6c6; background: #eef8f2; color: var(--green); border-radius: 99px; padding: 7px 10px; font-size: 11px; font-weight: 800; }
.segmented { display: grid; grid-template-columns: 1fr 1.35fr; gap: 4px; padding: 4px; margin-bottom: 22px; background: #eef1f5; border-radius: 11px; }
.segmented button { border: 0; background: transparent; color: var(--muted); border-radius: 8px; padding: 10px 8px; cursor: pointer; font-size: 12px; font-weight: 750; }
.segmented button.active { background: var(--white); color: var(--blue); box-shadow: 0 2px 10px rgba(20,36,60,.09); }
.creator-card label { display: block; margin-top: 16px; }
.creator-card label > span { display: flex; justify-content: space-between; margin: 0 0 8px; font-size: 12px; font-weight: 780; }
.creator-card label em { color: #8d97a5; font-style: normal; font-weight: 500; }
.creator-card input, .creator-card select, .creator-card textarea { width: 100%; border: 1px solid var(--line); outline: none; border-radius: 10px; background: #fcfdfe; color: var(--ink); padding: 12px 13px; font-size: 14px; transition: .2s border, .2s box-shadow; }
.creator-card textarea { resize: vertical; min-height: 74px; line-height: 1.45; }
.creator-card input:focus, .creator-card select:focus, .creator-card textarea:focus { border-color: #4381c6; box-shadow: 0 0 0 3px rgba(67,129,198,.12); }
.creator-card small { display: block; margin-top: 6px; color: #8a95a4; font-size: 10px; }
.field-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; }
.amount-row { grid-template-columns: .75fr 1.25fr; }
.money-input { position: relative; }
.money-input input { padding-right: 35px; }
.money-input b { position: absolute; right: 13px; top: 11px; color: var(--blue); }
.primary-action, .copy-action, .download-action, .outline-action { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; border-radius: 10px; border: 0; cursor: pointer; text-decoration: none; font-weight: 800; transition: transform .15s, background .15s, box-shadow .15s; }
.primary-action { justify-content: space-between; margin-top: 22px; padding: 0 18px; background: var(--blue); color: white; box-shadow: 0 8px 20px rgba(18,63,122,.2); }
.primary-action:hover, .copy-action:hover, .download-action:hover { transform: translateY(-1px); background: #0b315f; }
.primary-action:disabled { opacity: .6; cursor: wait; }
.primary-action span { font-size: 20px; }
.consent-note { margin: 10px 8px 0; color: #929aa6; font-size: 9px; line-height: 1.4; text-align: center; }
.form-error { padding: 10px 12px; margin: 14px 0 0; border-radius: 8px; background: #fff0ef; color: #a23c34; font-size: 12px; }

.result-card { min-height: 390px; margin-left: -8px; padding: 32px 24px 28px 32px; border-radius: 0 20px 20px 0; background: var(--blue); color: white; box-shadow: 0 18px 48px rgba(18,63,122,.18); }
.result-card .step-kicker { color: #a8caed; }
.result-card h3 { margin: 9px 0 12px; font-family: Manrope, Arial, sans-serif; font-size: 25px; font-weight: 500; }
.result-card p { color: #c9d9ec; font-size: 12px; line-height: 1.55; }
.result-card > small { display: block; margin-top: 16px; color: #a8bbd2; font-size: 10px; }
.qr-placeholder { position: relative; width: 150px; height: 150px; margin: 0 auto 29px; border: 10px solid white; border-radius: 14px; opacity: .94; }
.qr-placeholder i { position: absolute; width: 35px; height: 35px; border: 7px solid white; }
.qr-placeholder i:nth-child(1) { top: 10px; left: 10px; }
.qr-placeholder i:nth-child(2) { top: 10px; right: 10px; }
.qr-placeholder i:nth-child(3) { bottom: 10px; left: 10px; }
.qr-placeholder span { position: absolute; right: 8px; bottom: 13px; font-size: 12px; font-weight: 900; }
.success-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 34px; border-radius: 50%; background: var(--lime); color: var(--blue); font-size: 25px; font-weight: 900; }
.share-link { overflow: hidden; padding: 12px; margin: 18px 0 10px; border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.08); border-radius: 8px; color: #dfeafa; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.copy-action { min-height: 42px; background: var(--lime); color: var(--blue); font-size: 12px; }
.preview-link { display: block; margin-top: 13px; color: white; font-size: 11px; text-align: center; text-underline-offset: 3px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { min-height: 108px; padding: 28px clamp(22px, 4vw, 65px); background: var(--white); }
.trust-strip b, .trust-strip span { display: block; }
.trust-strip b { font-family: Manrope, Arial, sans-serif; font-size: 17px; font-weight: 600; }
.trust-strip span { margin-top: 7px; color: var(--muted); font-size: 11px; }
footer { min-height: 80px; padding: 24px clamp(24px, 5vw, 84px); display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); font-size: 11px; }
footer a { color: var(--blue); text-underline-offset: 4px; }

.main-header { position: relative; z-index: 20; background: white; box-shadow: 0 4px 22px rgba(20, 36, 60, .08); }
.header-main { width: min(1200px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: grid; grid-template-columns: 130px 1fr auto auto; align-items: center; gap: 34px; }
.company-logo { display: inline-flex; align-items: center; }
.company-logo img { display: block; width: 112px; height: auto; }
.header-address, .header-contact { display: flex; flex-direction: column; gap: 3px; font-size: 12px; line-height: 1.35; }
.header-address span, .header-contact span { color: #929292; }
.header-contact { align-items: flex-end; }
.header-contact a { color: #2d2c28; text-decoration: none; font-size: 18px; font-weight: 750; }
.header-cta { min-width: 170px; padding: 14px 20px; border-radius: 7px; background: #4680b2; color: white; text-decoration: none; text-align: center; text-transform: uppercase; font-size: 11px; font-weight: 750; letter-spacing: .06em; }
.header-cta:hover { background: #366c9b; }
.main-nav { min-height: 45px; padding: 0 max(20px, calc((100% - 1200px) / 2)); display: flex; align-items: center; justify-content: center; gap: clamp(22px, 4vw, 58px); background: #4680b2; color: white; }
.main-nav a { color: white; text-decoration: none; font-size: 13px; font-weight: 650; }
.main-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; border: 0; background: transparent; color: #2d2c28; cursor: pointer; }

.seo-section { padding: 92px max(24px, calc((100% - 1200px) / 2)); background: white; }
.seo-section + .seo-section { border-top: 1px solid #e7eaee; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2, .info-section h2, .consultation h2 { margin: 14px 0 16px; font-family: Manrope, Arial, sans-serif; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; font-weight: 500; letter-spacing: -.04em; }
.section-heading p, .info-section > div > p { color: #5e6c7f; font-size: 16px; line-height: 1.75; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.how-grid article { min-height: 250px; padding: 30px; border: 1px solid #dce2e8; border-radius: 18px; background: #f8fafc; }
.how-grid article > span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #dcecff; color: #245f9f; font-size: 12px; font-weight: 850; }
.how-grid h3 { margin: 30px 0 12px; font-family: Manrope, Arial, sans-serif; font-size: 23px; font-weight: 600; }
.how-grid p { margin: 0; color: #687487; font-size: 13px; line-height: 1.7; }
.pain-section { background: #f8fafc; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pain-grid article { min-height: 190px; padding: 26px; border: 1px solid #dce2e8; border-radius: 16px; background: white; }
.pain-grid article > b { display: block; font-family: Manrope, Arial, sans-serif; font-size: 20px; line-height: 1.25; font-weight: 600; }
.pain-grid article > p { margin: 13px 0 0; color: #687487; font-size: 13px; line-height: 1.7; }
.pain-grid .pain-solution { border-color: #123f7a; background: #123f7a; color: white; }
.pain-solution > span { display: inline-block; margin-bottom: 14px; color: #d9ef9c; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 850; }
.pain-grid .pain-solution > p { color: #d6e4f3; }
.info-section { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 70px; align-items: center; background: #f2f6fa; }
.info-section aside { padding: 34px; border-radius: 18px; background: #123f7a; color: white; box-shadow: var(--shadow); }
.info-section aside b { font-family: Manrope, Arial, sans-serif; font-size: 25px; font-weight: 500; }
.info-section aside p { margin: 16px 0 0; color: #d6e4f3; font-size: 13px; line-height: 1.7; }
.text-link { display: inline-block; margin-top: 12px; color: #245f9f; font-weight: 750; text-underline-offset: 5px; }
.faq-section { background: white; }
.faq-list { max-width: 900px; }
.faq-list details { margin: 0; border-top: 1px solid #dce2e8; border-bottom: 0; }
.faq-list details:last-child { border-bottom: 1px solid #dce2e8; }
.faq-list summary { padding: 24px 2px; color: #14243c; font-size: 17px; }
.faq-list summary span { color: #4680b2; font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -4px 0 24px; color: #687487; font-size: 14px; line-height: 1.75; }
.consultation { padding: 62px max(24px, calc((100% - 1200px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 48px; background: #dcecff; }
.consultation h2 { max-width: 720px; margin-bottom: 10px; font-size: clamp(34px, 4vw, 50px); }
.consultation p { margin: 0; color: #5d6c80; }
.consultation > div:last-child { min-width: 230px; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.consultation > div:last-child > a:first-child { color: #14243c; text-decoration: none; text-align: center; font-size: 20px; font-weight: 800; }
.consult-button { padding: 15px 20px; border-radius: 8px; background: #123f7a; color: white; text-align: center; text-decoration: none; font-size: 13px; font-weight: 750; }
.company-footer { display: block; min-height: 0; padding: 58px max(24px, calc((100% - 1200px) / 2)) 24px; background: #f7f7f5; color: #2d2c28; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr 1.2fr; gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid img { width: 128px; height: auto; margin-bottom: 10px; }
.footer-grid b { margin-bottom: 7px; font-size: 14px; }
.footer-grid a { color: #4b555f; text-decoration: none; }
.footer-grid a:hover { color: #245f9f; text-decoration: underline; }
.footer-brand p { max-width: 260px; color: #7b8289; line-height: 1.65; }
.footer-contacts > a:first-of-type { color: #2d2c28; font-size: 18px; font-weight: 800; }
.footer-contacts span { color: #7b8289; }
.social-links { display: flex; gap: 14px; margin-top: 8px; }
.footer-bottom { margin-top: 46px; padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #dcdedc; color: #8a8f93; font-size: 10px; }
.footer-bottom a { color: #4680b2; }

.payment-page { min-height: 100vh; background: radial-gradient(circle at 15% 20%, #e6f2ff 0, transparent 28%), var(--paper); }
.payment-content { padding-top: 120px; }
.payment-hero { max-width: 1180px; margin: 0 auto; padding: 65px 28px 80px; }
.payment-title { margin-bottom: 34px; text-align: center; }
.payment-title h1 { margin: 12px 0 8px; font-family: Manrope, Arial, sans-serif; font-size: clamp(38px, 6vw, 62px); font-weight: 500; letter-spacing: -.045em; }
.payment-title p { margin: 0; color: var(--muted); }
.payment-layout { display: grid; grid-template-columns: 390px 1fr; align-items: start; gap: 24px; }
.qr-panel, .payment-details { background: var(--white); border: 1px solid rgba(20,36,60,.08); border-radius: 22px; box-shadow: var(--shadow); }
.qr-panel { padding: 30px; text-align: center; }
.qr-frame { width: 270px; height: 270px; margin: 0 auto; padding: 8px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.qr-frame img { width: 100%; height: 100%; display: block; }
.qr-panel h2 { margin: 22px 0 7px; font-family: Manrope, Arial, sans-serif; font-size: 34px; font-weight: 500; }
.qr-panel p { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.qr-panel small { display: block; margin-top: 14px; color: #8a94a2; font-size: 10px; line-height: 1.5; }
.download-action { background: var(--blue); color: white; }
.payment-details { padding: 34px; }
.main-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 22px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 12px; }
.main-facts div { padding: 16px; background: #fafbfd; }
.main-facts .wide { grid-column: 1 / -1; }
dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
dd { margin: 6px 0 0; font-size: 13px; font-weight: 700; line-height: 1.45; }
details { margin: 0 0 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; padding: 16px 2px; cursor: pointer; color: var(--blue); font-size: 12px; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
.bank-details { margin: 0; padding-bottom: 12px; }
.bank-details div { display: grid; grid-template-columns: 170px 1fr; gap: 14px; padding: 9px 2px; border-top: 1px dashed #e2e6eb; }
.bank-details dd { margin: 0; overflow-wrap: anywhere; }
.outline-action { background: white; color: var(--blue); border: 1px solid #adc3dd; }
.outline-action:hover { background: #f1f6fb; }
.payment-warning { margin: 18px 0 0; padding: 13px 14px; border-radius: 9px; background: #fff8df; color: #6b5b2e; font-size: 11px; line-height: 1.5; }
.payment-meta { min-height: 80px; padding: 24px max(28px, calc((100% - 1124px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

@media (max-width: 1120px) {
  .payment-content { padding-top: 80px; }
  .service-content { padding-top: 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .creator-shell { max-width: 850px; }
  .header-main { grid-template-columns: 120px 1fr auto auto; gap: 20px; }
  .header-address { display: none; }
}

@media (max-width: 900px) {
  .header-main { min-height: 68px; grid-template-columns: 1fr auto auto; }
  .header-contact span { display: none; }
  .header-contact a { font-size: 15px; }
  .header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; padding: 8px; display: grid; grid-template-columns: 18px auto; align-content: center; column-gap: 6px; }
  .menu-toggle span { grid-column: 1; display: block; width: 18px; height: 2px; margin: 2px 0; background: #4680b2; }
  .menu-toggle b { grid-column: 2; grid-row: 1 / 4; align-self: center; font-size: 10px; text-transform: uppercase; }
  .main-nav { display: none; padding: 12px 20px 18px; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .how-grid { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .how-grid article { min-height: 0; }
  .info-section { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .service-content { padding-top: 0; }
  .header-main { width: calc(100% - 28px); }
  .company-logo img { width: 98px; }
  .header-contact { display: none; }
  .topbar { height: 68px; padding: 0 18px; }
  .topbar-note { display: none; }
  .hero { padding: 45px 16px 60px; gap: 38px; }
  .hero h1 { font-size: 45px; }
  .hero-copy > p { font-size: 15px; }
  .hero-steps { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .creator-shell { display: block; }
  .creator-card { padding: 23px 18px; border-radius: 18px; }
  .field-grid, .amount-row { grid-template-columns: 1fr; gap: 0; }
  .result-card { min-height: auto; margin: 14px 0 0; border-radius: 18px; padding: 24px; }
  .qr-placeholder { width: 120px; height: 120px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { min-height: 90px; padding: 22px 18px; }
  footer { align-items: flex-start; flex-direction: column; }
  .seo-section { padding: 64px 18px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .info-section h2 { font-size: 38px; }
  .section-heading p, .info-section > div > p { font-size: 14px; }
  .how-grid article { padding: 24px; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: 0; padding: 23px; }
  .faq-list summary { gap: 14px; font-size: 15px; line-height: 1.45; }
  .consultation { padding: 50px 18px; align-items: stretch; flex-direction: column; }
  .consultation > div:last-child { width: 100%; }
  .company-footer { padding: 48px 18px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .creator-card input, .creator-card select, .creator-card textarea { font-size: 16px; }
  .payment-hero { padding: 42px 16px 60px; }
  .payment-layout { grid-template-columns: 1fr; }
  .qr-panel, .payment-details { padding: 22px 18px; border-radius: 18px; }
  .qr-frame { width: min(270px, 82vw); height: min(270px, 82vw); }
  .main-facts { grid-template-columns: 1fr; }
  .main-facts .wide { grid-column: auto; }
  .bank-details div { grid-template-columns: 1fr; gap: 3px; }
  .payment-meta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 479px) {
  .service-content { padding-top: 0; }
  .payment-content { padding-top: 60px; }
}
