/* =========================================================
   RESET
========================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #151126;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}


/* =========================================================
   HEADER + HERO
========================================================= */
.hero {
  position: relative;
  min-height: 688px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 75% 24%,
      rgba(145, 132, 255, 0.96) 0%,
      rgba(124, 99, 246, 0.90) 26%,
      rgba(92, 56, 215, 0.70) 45%,
      rgba(55, 31, 139, 0.38) 65%,
      rgba(30, 17, 78, 0) 83%
    ),
    radial-gradient(
      circle at 52% 12%,
      rgba(119, 78, 243, 0.62) 0%,
      rgba(72, 38, 171, 0.44) 42%,
      rgba(29, 16, 75, 0) 76%
    ),
    linear-gradient(
      108deg,
      #130d32 0%,
      #1c0f46 36%,
      #44239d 66%,
      #572cc0 82%,
      #39217e 100%
    );
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 260px;
  background: linear-gradient(
    to bottom,
    rgba(19, 11, 50, 0) 0%,
    rgba(18, 9, 45, 0.16) 40%,
    rgba(15, 8, 39, 0.52) 100%
  );
  pointer-events: none;
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
}

.header-inner {
  width: min(1360px, calc(100% - 48px));
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.brand-icon {
  position: relative;
  width: 20px;
  height: 22px;
  display: inline-block;
}

.brand-piece {
  position: absolute;
  height: 4px;
  border-radius: 1px;
  background: #ffffff;
  transform: skewY(27deg);
}

.piece-1 {
  width: 9px;
  top: 2px;
  left: 0;
}

.piece-2 {
  width: 9px;
  top: 9px;
  right: 0;
}

.piece-3 {
  width: 12px;
  bottom: 1px;
  left: 4px;
}

.brand-text {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: 30px;
}

.nav a {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 17px;
}

.agent-btn {
  height: 35px;
  padding: 0 15px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.55);
  background: rgba(49, 25, 112, 0.16);
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.agent-star {
  font-size: 16px;
}

.language-btn {
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.profile-btn {
  position: relative;
  width: 23px;
  height: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.profile-head {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 6px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
}

.profile-shoulder {
  position: absolute;
  left: 5px;
  top: 14px;
  width: 14px;
  height: 9px;
  border: 1.5px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.hero-container {
  position: relative;
  z-index: 4;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.domain-search {
  width: 520px;
  height: 32px;
  margin: -2px auto 0;
  padding: 3px 4px 3px 15px;
  border: 1px solid rgba(255,255,255,0.36);
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
}

.domain-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
}

.domain-search input::placeholder {
  color: rgba(255,255,255,0.95);
}

.domain-search button {
  width: 69px;
  height: 25px;
  flex: 0 0 69px;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  color: #111126;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.hero-content {
  margin-top: 40px;
  text-align: center;
}

.hero-content h1 {
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: -2px;
  font-weight: 400;
}

.hero-content p {
  margin-top: 21px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: rgba(255,255,255,0.94);
}

.main-button {
  width: 108px;
  height: 36px;
  margin-top: 17px;
  border-radius: 5px;
  background: #ffffff;
  color: #16132d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.guarantee {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
}

.shield {
  width: 14px;
  height: 14px;
  border: 1.4px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
}

.cards-row {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.visual-card {
  overflow: hidden;
  border-radius: 11px;
  flex-shrink: 0;
}

.visual-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.small-card {
  width: 168px;
  height: 218px;
}

.large-card {
  width: 372px;
  height: 232px;
  margin-top: -8px;
}

.rating-row {
  position: relative;
  z-index: 5;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
}

.excellent {
  font-size: 14px;
}

.rating-stars {
  display: flex;
  gap: 2px;
}

.rating-stars span {
  width: 16px;
  height: 16px;
  background: #00b67a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.rating-stars .last-star {
  background: linear-gradient(
    90deg,
    #00b67a 0%,
    #00b67a 72%,
    #cfcfcf 72%,
    #cfcfcf 100%
  );
}

.reviews {
  text-decoration: underline;
}

.trust-star {
  color: #00b67a;
  font-size: 17px;
  line-height: 1;
}

.trustpilot {
  font-size: 13px;
}


/* =========================================================
   SHARE YOUR IDEA
========================================================= */
.idea-agent-section {
  position: relative;
  min-height: 540px;
  color: #11111b;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(178,168,255,.72), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(193,190,255,.75), transparent 31%),
    linear-gradient(120deg, #f0f0ff 0%, #f9f9ff 48%, #f0f0ff 100%);
}

.idea-agent-inner {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  text-align: center;
  padding-top: 82px;
}

.idea-agent-logo {
  width: 42px;
  height: 42px;
  object-fit: cover;
  display: block;
  margin: 0 auto 13px;
}

.idea-agent-inner h2 {
  font-size: 50px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -2.1px;
}

.idea-agent-inner h3 {
  display: inline-block;
  margin-top: 4px;
  font-size: 49px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #3c92ff 0%, #7358ff 43%, #bb39ef 72%, #ef2fcc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.idea-prompt-form {
  width: min(720px, 100%);
  height: 49px;
  margin: 35px auto 0;
  padding: 3px 4px 3px 16px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8d5ff;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgba(29, 17, 80, .03);
}

.idea-prompt-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #181522;
  font-size: 17px;
}

.idea-prompt-form input::placeholder {
  color: #1c1a24;
  opacity: 1;
}

.idea-prompt-form button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 0;
  border-radius: 11px;
  background: #6535e6;
  color: #ffffff;
  font-size: 31px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.idea-helper {
  margin-top: 13px;
  color: #302d3c;
  font-size: 15px;
  line-height: 1.35;
}

.idea-suggestions {
  width: min(530px, 100%);
  margin: 25px auto 0;
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: center;
  gap: 7px 8px;
}

.idea-suggestions button {
  min-height: 35px;
  border: 0;
  border-radius: 18px;
  padding: 0 17px;
  background: #dddfff;
  color: #111023;
  font-size: 15px;
  cursor: pointer;
}


/* =========================================================
   PLANS + TOOLS
========================================================= */
.tools-section {
  background: #ffffff;
  color: #11111a;
  padding: 48px 0 18px;
}

.tools-container {
  width: min(910px, calc(100% - 34px));
  margin: 0 auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.49fr 1fr;
  gap: 12px;
}

.pricing-feature {
  position: relative;
  min-height: 205px;
  overflow: hidden;
  border-radius: 15px;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(109deg, #8574f8 0%, #7055ef 46%, #6637e4 100%);
}

.pricing-feature::before,
.pricing-feature::after {
  content: "";
  position: absolute;
  top: -55px;
  width: 135px;
  height: 320px;
  transform: rotate(27deg);
  background: rgba(255,255,255,.10);
}

.pricing-feature::before {
  right: 92px;
}

.pricing-feature::after {
  right: -40px;
  background: rgba(82,34,214,.20);
}

.feature-tag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 21px;
  align-items: center;
  padding: 0 8px;
  border-radius: 10px;
  background: #dadcff;
  color: #5f53bf;
  font-size: 11px;
}

.light-tag {
  color: #ffffff;
  background: rgba(255,255,255,.22);
}

.pricing-copy {
  position: relative;
  z-index: 2;
  margin-top: 49px;
  max-width: 340px;
}

.pricing-copy h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

.pricing-copy p {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.96);
}

.feature-button {
  min-width: 130px;
  height: 36px;
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 4px;
  background: #ffffff;
  color: #16122c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.side-features {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.side-feature {
  position: relative;
  min-height: 96px;
  overflow: hidden;
  border-radius: 14px;
  padding: 13px;
  background: #f3f4ff;
}

.feature-arrow {
  position: absolute;
  right: 13px;
  top: 11px;
  font-size: 17px;
}

.side-feature-copy {
  position: absolute;
  left: 13px;
  bottom: 14px;
  z-index: 2;
}

.side-feature-copy h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.side-feature-copy p {
  margin-top: 6px;
  font-size: 11px;
  color: #34303f;
  line-height: 1.25;
}

.hermes-feature::before {
  content: "";
  position: absolute;
  right: 15px;
  top: -31px;
  width: 77px;
  height: 145px;
  border-left: 1px solid rgba(120,112,181,.10);
  border-right: 1px solid rgba(120,112,181,.08);
  transform: rotate(-8deg);
}

.hermes-feature img {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 12px;
}

.tools-title-block {
  text-align: center;
  padding-top: 52px;
}

.tools-title-block h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -1.25px;
}

.tools-title-block p {
  margin-top: 13px;
  font-size: 14px;
  color: #393644;
}

.tools-tabs {
  display: inline-flex;
  align-items: center;
  margin-top: 31px;
  padding: 4px;
  border: 1px solid #e1e1e6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(25,22,55,.08);
  background: #ffffff;
}

.tools-tabs button {
  height: 31px;
  min-width: 58px;
  padding: 0 13px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: #17151d;
  cursor: pointer;
  font-size: 12px;
}

.tools-tabs button.active {
  background: #191919;
  color: #ffffff;
  font-weight: 700;
}


/* =========================================================
   AI BUILDER + ESSENTIALS
========================================================= */
.builder-section {
  background: #ffffff;
  padding: 76px 0 72px;
  color: #16131f;
}

.builder-container {
  width: min(930px, calc(100% - 40px));
  margin: 0 auto;
}

.builder-top {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 74px;
  align-items: center;
}

.builder-visual img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

.builder-copy {
  padding-right: 20px;
}

.builder-mini-icon {
  font-size: 19px;
  margin-bottom: 15px;
}

.builder-copy h2 {
  font-size: 34px;
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -1px;
}

.builder-copy > p {
  margin-top: 13px;
  max-width: 390px;
  font-size: 14px;
  line-height: 1.55;
  color: #4b4755;
}

.builder-link {
  margin-top: 25px;
  min-height: 39px;
  border-bottom: 1px solid #dad9df;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.creator-row {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.creator-row img {
  width: 85px;
  height: 32px;
  object-fit: cover;
}

.creator-row span {
  font-size: 12px;
  line-height: 1.25;
  color: #4a4651;
}

.hands-control-title {
  margin-top: 30px;
  font-size: 16px;
}

.control-cards {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.control-card {
  min-height: 120px;
  border-radius: 13px;
  background: #f3f4ff;
  padding: 16px;
}

.control-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.control-icon {
  font-size: 15px;
  font-weight: 700;
}

.control-card h3 {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
}

.control-card p {
  margin-top: 6px;
  font-size: 12px;
  color: #5a5663;
}

.essentials-title {
  text-align: center;
  padding-top: 62px;
}

.essentials-title h2 {
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.6px;
}

.essentials-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.essential-card img {
  width: 100%;
  aspect-ratio: 1 / 1.06;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.essential-card span {
  margin-top: 9px;
  display: block;
  font-size: 13px;
  color: #282431;
}


/* =========================================================
   FAQ
========================================================= */
.faq-section {
  border-top: 1px solid #6f49f1;
  padding: 48px 0 52px;
  background: #ffffff;
}

.faq-container {
  width: min(700px, calc(100% - 36px));
  margin: 0 auto;
}

.faq-container h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -.9px;
}

.faq-list {
  margin-top: 32px;
}

.faq-list details {
  border-bottom: 1px solid #d9d9dd;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  min-height: 48px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #17141e;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 4px 16px;
  font-size: 13px;
  line-height: 1.55;
  color: #57525f;
}


/* =========================================================
   FOOTER
========================================================= */
.footer {
  background: #f4f4f6;
  padding: 34px 0 18px;
  color: #17151c;
}

.footer-container {
  width: min(1380px, calc(100% - 56px));
  margin: 0 auto;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1.15fr 1fr .85fr .9fr;
  gap: 40px;
  align-items: start;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column h3 {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .1px;
}

.footer-column a {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.25;
  color: #1f1c25;
}

.footer-middle {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.footer-left-block,
.footer-right-block {
  display: flex;
  flex-direction: column;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-brand-icon {
  position: relative;
  width: 26px;
  height: 28px;
  display: inline-block;
}

.footer-brand-icon span {
  position: absolute;
  height: 5px;
  background: #17151c;
  transform: skewY(27deg);
  border-radius: 1px;
}

.footer-brand-icon span:nth-child(1) {
  width: 10px;
  left: 0;
  top: 2px;
}

.footer-brand-icon span:nth-child(2) {
  width: 10px;
  right: 0;
  top: 10px;
}

.footer-brand-icon span:nth-child(3) {
  width: 14px;
  left: 5px;
  bottom: 2px;
}

.payment-badges {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pay-badge {
  min-width: 56px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d8d8dd;
  border-radius: 6px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #222;
}

.upi {
  font-style: italic;
}

.rupay {
  color: #18458d;
  font-style: italic;
}

.visa {
  color: #1840a4;
  letter-spacing: .4px;
}

.mc {
  gap: 0;
  min-width: 58px;
}

.mc-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

.mc-red {
  background: #ea312b;
  margin-right: -5px;
}

.mc-yellow {
  background: #f5a623;
}

.paypal {
  color: #1664c0;
}

.and-more {
  font-size: 12px;
  color: #6645f6;
  margin-left: 2px;
  font-weight: 600;
}

.footer-right-block {
  align-items: flex-end;
  justify-content: flex-start;
}

.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-icons a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1f1f25;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.legal-links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.legal-links a {
  font-size: 12px;
  color: #211e26;
}

.footer-bottom-bar {
  margin-top: 44px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-bottom-bar p {
  font-size: 13px;
  line-height: 1.4;
  color: #19171f;
}

.footer-bottom-bar p:last-child {
  text-align: right;
  white-space: nowrap;
}


/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1100px) {
  .nav {
    gap: 18px;
  }

  .nav a {
    font-size: 13px;
  }

  .cards-row {
    transform: scale(0.90);
    transform-origin: top center;
    margin-top: 34px;
  }

  .rating-row {
    margin-top: -7px;
  }
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .domain-search {
    width: min(520px, 92vw);
  }

  .cards-row {
    width: 920px;
    margin-left: 50%;
    transform: translateX(-50%) scale(0.73);
    transform-origin: top center;
  }

  .rating-row {
    margin-top: -56px;
  }

  .idea-agent-inner h2 {
    font-size: 42px;
  }

  .idea-agent-inner h3 {
    font-size: 40px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .side-features {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .builder-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .builder-copy {
    padding-right: 0;
  }

  .builder-visual img {
    max-width: 420px;
  }

  .essentials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-container {
    width: min(100% - 36px, 1380px);
  }

  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
  }

  .footer-middle {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right-block {
    align-items: flex-start;
  }

  .legal-links {
    justify-content: flex-start;
  }

  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-bottom-bar p:last-child {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .header-inner,
  .hero-container {
    width: min(100% - 28px, 1360px);
  }

  .language-btn {
    display: none;
  }

  .agent-btn {
    height: 32px;
    padding: 0 11px;
  }

  .hero-content {
    margin-top: 43px;
  }

  .hero-content h1 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .hero-content p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .hero-content p br {
    display: none;
  }

  .cards-row {
    transform: translateX(-50%) scale(0.55);
    margin-top: 22px;
  }

  .rating-row {
    margin-top: -100px;
    flex-wrap: wrap;
    row-gap: 5px;
    font-size: 10px;
  }

  .idea-agent-section {
    min-height: 530px;
  }

  .idea-agent-inner {
    padding-top: 62px;
  }

  .idea-agent-logo {
    width: 36px;
    height: 36px;
  }

  .idea-agent-inner h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }

  .idea-agent-inner h3 {
    font-size: 32px;
    letter-spacing: -1.2px;
  }

  .idea-prompt-form {
    height: 48px;
    margin-top: 29px;
  }

  .idea-prompt-form input {
    font-size: 14px;
  }

  .idea-helper {
    font-size: 12px;
  }

  .idea-suggestions {
    grid-template-columns: 1fr;
    width: min(280px, 100%);
  }

  .idea-suggestions button {
    font-size: 13px;
  }

  .tools-section {
    padding-top: 30px;
  }

  .feature-grid {
    display: block;
  }

  .pricing-feature {
    display: block;
  }

  .side-features {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .tools-title-block {
    padding-top: 38px;
  }

  .tools-title-block h2 {
    font-size: 29px;
  }

  .tools-title-block p {
    font-size: 12px;
    line-height: 1.5;
  }

  .builder-section {
    padding: 54px 0;
  }

  .builder-copy h2 {
    font-size: 30px;
  }

  .control-cards {
    grid-template-columns: 1fr;
  }

  .essentials-title {
    padding-top: 48px;
  }

  .essentials-title h2 {
    font-size: 25px;
  }

  .essentials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-container h2 {
    font-size: 29px;
  }

  .faq-list summary {
    min-height: 52px;
    font-size: 13px;
  }

  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .footer-brand {
    font-size: 16px;
  }

  .social-icons {
    flex-wrap: wrap;
  }

  .legal-links {
    gap: 12px;
  }

  .footer-bottom-bar p {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .essentials-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   COOKIE CONSENT DIALOG
========================================================= */
.cookie-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(18, 11, 45, .36);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
}

.cookie-overlay.is-hidden {
  display: none;
}

.cookie-dialog {
  position: relative;
  width: min(680px, 100%);
  padding: 26px 28px 24px;
  border-radius: 18px;
  background: #ffffff;
  color: #171320;
  box-shadow: 0 18px 60px rgba(27, 18, 63, .25);
  border: 1px solid #eceafb;
}

.cookie-close {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2f0ff;
  color: #2f215e;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.cookie-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.cookie-brand-icon {
  position: relative;
  width: 21px;
  height: 22px;
  display: inline-block;
}

.cookie-brand-icon span {
  position: absolute;
  height: 4px;
  border-radius: 1px;
  background: #171320;
  transform: skewY(27deg);
}

.cookie-brand-icon span:nth-child(1) {
  width: 9px;
  top: 2px;
  left: 0;
}

.cookie-brand-icon span:nth-child(2) {
  width: 9px;
  top: 9px;
  right: 0;
}

.cookie-brand-icon span:nth-child(3) {
  width: 12px;
  bottom: 1px;
  left: 4px;
}

.cookie-dialog h2 {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -.6px;
}

.cookie-dialog > p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #4e4958;
}

.cookie-dialog .cookie-small {
  margin-top: 8px;
  font-size: 13px;
  color: #6a6474;
}

.cookie-actions {
  margin-top: 21px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.cookie-primary {
  border: 1px solid #673de6;
  background: #673de6;
  color: #ffffff;
}

.cookie-primary:hover {
  background: #5b32d6;
}

.cookie-secondary {
  border: 1px solid #673de6;
  background: #ffffff;
  color: #5b34d7;
}

.cookie-link-btn {
  border: 1px solid transparent;
  background: #f3f1ff;
  color: #4a2eb5;
}

.cookie-settings {
  margin-top: 18px;
  padding-top: 8px;
  border-top: 1px solid #eceaf2;
}

.cookie-setting-row {
  min-height: 66px;
  padding: 13px 0;
  border-bottom: 1px solid #efedf4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-setting-row div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cookie-setting-row strong {
  font-size: 14px;
}

.cookie-setting-row span {
  font-size: 12px;
  line-height: 1.4;
  color: #6c6675;
}

.cookie-required {
  color: #5b34d7 !important;
  font-weight: 700;
  white-space: nowrap;
}

.cookie-setting-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #673de6;
  cursor: pointer;
}

.cookie-save {
  margin-top: 16px;
  width: 100%;
}

.cookie-policy-links {
  margin-top: 16px;
  display: flex;
  gap: 18px;
}

.cookie-policy-links a {
  font-size: 12px;
  color: #5a3bd2;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cookie-overlay {
    padding: 12px;
  }

  .cookie-dialog {
    padding: 22px 18px 18px;
    border-radius: 14px;
  }

  .cookie-dialog h2 {
    font-size: 24px;
  }

  .cookie-dialog > p {
    font-size: 14px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-btn {
    width: 100%;
  }
}
