  :root {
    --teal: #00b9a8;
    --teal-dark: #009e8f;
    --teal-light: #e0f7f5;
    --green: #4caf50;
    --green-line: #06c755;
    --blue-light: #e8f4f8;
    --text: #444444;
    --text-light: #666666;
    --border: #e0e0e0;
    --bg-gray: #f5f5f5;
    --white: #ffffff;
  }

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

  body {
    font-family: "Zalando Sans", "Noto Sans JP", sans-serif;
    color: var(--text);
    font-size: 14px;
    line-height: 1.7;
  }

  /* ===== HEADER ===== */
  header {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .header-logo {
    font-size: 18px;
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.5px;
  }

  .header-logo span { color: var(--teal); }

  .btn-line-header {
    background: var(--teal);
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
  }

  .btn-line-header::before {
    content: "＋";
    font-size: 14px;
  }

  /* ===== 画像プレースホルダー共通 ===== */
  .img-placeholder {
    /*background: #e8e8e8;*/
    /*border: 2px dashed #bbb;*/
    /*border-radius: 8px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  /* ===== ヒーロー ===== */
  .dofrie-fv-intro-detail-all {
  	width: 100%;
  	position: relative;
  	overflow: hidden;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	padding: 0px 80px;
  	box-sizing: border-box;
  	gap: 60px;
  	text-align: left;
  	font-size: 32px;
  	color: #444;
  	font-family: 'Noto Sans JP';
    margin-bottom: 80px;
    max-width: 1120px;
    margin-inline: auto;
}
.dofrie-fv-intro-detail {
  	align-self: stretch;
  	width: 523px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: 35px;
}
.dofure-logo-800x132-1-icon {
  	align-self: stretch;
  	position: relative;
  	max-width: 90%;
  	overflow: hidden;
  	max-height: 100%;
  	object-fit: cover;
}
.dofrie-fv-intro-text {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 20px;
}
.title {
  	align-self: stretch;
  	position: relative;
  	line-height: 45px;
}
.line {
  	margin-block-start: 0;
  	margin-block-end: 2px;
}
.p {
  	margin: 0;
}
.list-item {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 5px;
  	font-size: 16px;
}
.list-item-container {
  	width: 523px;
  	height: 25px;
  	display: flex;
  	align-items: center;
  	gap: 10px;
}
.vector-icon {
  	width: 8px;
  	position: relative;
  	max-height: 100%;
}
.vector-icon_ten {
  width: 8px;
  position: relative;
  max-height: 100%;
}
.list-item-text {
  	flex: 1;
  	position: relative;
  	line-height: 25px;
  	font-weight: 500;
}
.friends-cta-btn {
  	border-radius: 60px;
  	background: linear-gradient(270deg, #1cf3ca, #1ed0b0 61.36%);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 15px 50px;
  	text-align: center;
  	font-size: 20px;
  	color: #fff;
}
.button-container {
  	display: flex;
  	align-items: center;
  	gap: 15px;
}
.button-text {
  	position: relative;
  	line-height: 35px;
}
.vector-icon4 {
  	height: 20px;
  	width: 10.5px;
  	position: relative;
  	object-fit: contain;
}
.image-icon {
  	height: 600px;
  	width: 500px;
  	position: relative;
  	object-fit: cover;
}




  /* ===== MV WRAPPER (ヒーロー〜About共通背景) ===== */
  .mv-wrapper {
    position: relative;
    overflow: hidden;
    background-image: url(/files/doshin_friends/img/dofrie_visual_top_pc.png);
    background-repeat:no-repeat;
    /*background-size:80%;*/
    background-position: center top;
    background-size: cover;
    background-color: rgba(255,255,255,0.2);
    background-blend-mode: lighten;
  }

  .mv-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
  }

  /* ヒーロー・Aboutの背景を透過させてラッパーの画像を見せる */
  .mv-wrapper .hero,
  .mv-wrapper .about {
    background: transparent;
    position: relative;
    z-index: 1;
  }

  /* ===== HERO ===== */
  .hero {
    background: #fff;
    padding: 60px 40px 60px;
    position: relative;
    overflow: hidden;
    min-height: 480px;
  }

  /* 大きな円装飾 */
  .hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .hero-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
  }

  .hero-left { flex: 1; }

  /* ロゴ */
  .hero-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 28px;
  }

  .hero-logo-doshin {
    background: #1a73c8;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 10px;
    letter-spacing: 1px;
  }

  .hero-logo-friends {
    background: var(--teal);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 10px;
    letter-spacing: 1px;
  }

  .hero h1 {
    font-size: 32px;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
    line-height: 45px;
  }

  .hero-features {
    list-style: none;
    margin-bottom: 32px;
  }

  .hero-features li {
    padding: 4px 0;
    font-size: 14px;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .hero-features li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--teal);
    flex-shrink: 0;
  }

  .btn-line-green {
    background: var(--teal);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }

  .btn-line-green::after { content: " ＞"; }

  /* Hero Right - Phone mockup */
  .hero-right {
    flex: 0 0 220px;
    position: relative;
    z-index: 2;
  }

  .phone-mockup {
    background: #fff;
    border-radius: 28px;
    border: 6px solid #222;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    overflow: hidden;
    width: 210px;
    margin: 0 auto;
  }

  .phone-notch {
    background: #222;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .phone-notch::after {
    content: "";
    width: 50px;
    height: 8px;
    background: #333;
    border-radius: 4px;
  }

  .phone-inner-header {
    background: linear-gradient(90deg, #1a73c8, #00b9a8);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .phone-inner-header .phone-logo-d {
    background: #fff;
    color: #1a73c8;
    font-size: 11px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 4px;
  }

  .phone-inner-header .phone-logo-f {
    background: rgba(255,255,255,0.3);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 4px;
  }

  .phone-body {
    padding: 14px 12px;
  }

  .phone-tagline {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .phone-points-btn {
    background: var(--teal);
    color: #fff;
    text-align: center;
    padding: 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .phone-points-value {
    text-align: center;
    margin-bottom: 4px;
  }

  .phone-points-value .num {
    font-size: 28px;
    font-weight: 900;
    color: var(--teal);
  }

  .phone-points-value .unit {
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
  }

  .phone-expire {
    text-align: center;
    font-size: 10px;
    color: var(--text-light);
    margin-bottom: 10px;
  }

  .phone-history-btn {
    border: 1px solid var(--teal);
    color: var(--teal);
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .phone-exchange-label {
    font-size: 11px;
    color: var(--text-light);
    margin-bottom: 6px;
  }

  .phone-amazon-btn {
    background: var(--teal);
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .phone-nav {
    border-top: 1px solid #eee;
    display: flex;
    padding-top: 8px;
    justify-content: space-around;
  }

  .phone-nav-item {
    text-align: center;
    font-size: 9px;
    color: var(--text-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .phone-nav-item.active { color: var(--teal); }

  .phone-nav-icon { font-size: 14px; }



  /* ===== ABOUT SECTION ===== */
  .dofrie-fv-about {
  	width: 100%;
  	position: relative;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
    flex-direction: row;
  	padding: 0px 80px;
  	box-sizing: border-box;
  	gap: 20px;
  	text-align: left;
  	font-size: 35px;
  	color: #444;
  	font-family: 'Noto Sans JP';
    max-width: 1120px;
    margin-inline:auto;
    gap:60px;
}
.image-icon {
  	width: 550px;
  	position: relative;
  	object-fit: cover;
}
.dofrie-fv-about-all {
  	align-self: stretch;
  	width: 500px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: 30px;
}
.text-container {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
}
.text-container-inner {
  	width: 500px;
  	height: 102px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.title {
  	flex: 1;
  	position: relative;
  	line-height: 50px;
}
.p {
  	margin-block-start: 0;
  	margin-block-end: 2px;
}
.p2 {
  	margin: 0;
}
.description_about {
  	align-self: stretch;
  	position: relative;
  	font-size: 18px;
  	line-height: 35px;
}
.span {
  	color: #444;
}
.span2 {
  	color: #004ea2;
}
.do-about-point-all {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 10px;
  	font-size: 16px;
  	color: #444;
}
.do-about-point-01 {
  	width: 360px;
  	box-shadow: 0px 0px 15px rgba(103, 103, 103, 0.15);
  	border-radius: 10px;
  	background-color: #fff;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 15px 25px;
  	box-sizing: border-box;
}
.list-item-container {
  	align-self: stretch;
  	display: flex;
  	align-items: center;
  	gap: 10px;
}
.icon-park-solidcheck-one {
  	width: 24px;
  	position: relative;
  	max-height: 100%;
  	object-fit: cover;
}
.list-item-text {
  	flex: 1;
  	position: relative;
  	line-height: 35px;
  	font-weight: 500;
}
.do-about-point-02 {
  	width: 384px;
  	box-shadow: 0px 0px 15px rgba(103, 103, 103, 0.15);
  	border-radius: 10px;
  	background-color: #fff;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 15px 25px;
  	box-sizing: border-box;
}
.do-about-point-03 {
  	width: 223px;
  	box-shadow: 0px 0px 15px rgba(103, 103, 103, 0.15);
  	border-radius: 10px;
  	background-color: #fff;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 15px 25px;
  	box-sizing: border-box;
}


  /* ===== ABOUT_sub SECTION ===== */
  .about {
    background: #fff;
    padding: 70px 40px;
  }

  .about-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
  }

  .about-img {
    flex: 0 0 380px;
    background: linear-gradient(135deg, #d0ede8, #b8e5df);
    border-radius: 16px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }

  .about-img-placeholder {
    text-align: center;
    color: var(--teal-dark);
    font-weight: 700;
  }

  .person-icon {
    font-size: 120px;
    display: block;
    margin-bottom: 8px;
  }

  .about-content { flex: 1; padding-top: 10px; }

  .about-content h2 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--text);
    line-height: 1.4;
  }

  .about-content p {
    font-size: 14px;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 8px;
  }

  .about-content p span {
    color: var(--teal);
    font-weight: 700;
  }

  .about-features {
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .about-features li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    padding: 16px 20px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  }

  .check-icon {
    width: 28px;
    height: 28px;
    background: var(--teal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
  }

  /* ===== SECTION TITLE ===== */
  .section-label {
    text-align: center;
    /*color: var(--teal);*/
    color: #8c8c8c;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

/*
  .section-label::before,
  .section-label::after {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--teal);
  }
*/
  .section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 8px;
  }

  .section-desc {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }


  /* ===== HOW TO ENJOY (4つの楽しみ方) ===== */
  .dofrie-enjoy-all {
  	width: 100%;
  	height: 749px;
  	position: relative;
  	background-color: #c5f7ee;
  	overflow: hidden;
  	flex-shrink: 0;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: 100px 80px;
  	box-sizing: border-box;
  	text-align: left;
  	font-size: 20px;
  	color: #8c8c8c;
  	font-family: 'Zalando Sans';
}
.dofrie-heading02 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: 10px;
  	margin-bottom: 50px;
}
.section-heading-container {
  	display: flex;
  	align-items: center;
  	gap: 12px;
}
.vector-icon {
  	width: 15px;
  	position: relative;
  	max-height: 100%;
}
.section-heading {
  	position: relative;
  	line-height: 20px;
  	color: #8c8c8c;
  	font-size: 20px;
  	font-family: 'Zalando Sans';
  	letter-spacing: 2px;
}
.section-subheading-container {
  	width: 1120px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	text-align: center;
  	font-size: 40px;
  	color: #444;
  	font-family: 'Noto Sans JP';
}
.section-subheading {
  	position: relative;
  	line-height: 50px;
}
.dofrie-enjoy-point-all {
  	align-self: stretch;
  	flex: 1;
  	display: flex;
  	align-items: flex-start;
  	justify-content: space-between;
  	gap: 20px;
  	font-size: 14px;
  	color: #444;
  	font-family: 'Noto Sans JP';
    gap:20px;
    max-width: 1120px;
    margin-inline: auto;
}
.dofrie-enjoy-point1 {
  	align-self: stretch;
  	width: 260px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 15px;
}

.image {
  width: 100%;
  height: 173px;
  overflow: hidden;
  flex-shrink: 0;
}

.image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.m-1 {
  	position: absolute;
  	top: -15px;
  	left: -22px;
  	width: 529px;
  	height: 353px;
  	flex-shrink: 0;
}
.caption-container {
  	border-radius: 5px;
  	background-color: #87f3df;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 3px 10px;
  	font-family: 'Zalando Sans';
}
.caption {
  	position: relative;
  	line-height: 20px;
  	font-weight: 500;
}
.description {
  	align-self: stretch;
  	position: relative;
  	font-size: 20px;
  	line-height: 30px;
}
.supporting-text-container {
  	align-self: stretch;
  	height: 75px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	font-size: 16px;
}
.supporting-text {
  	align-self: stretch;
  	position: relative;
  	line-height: 25px;
  	font-weight: 500;
}
.supporting-text-container2 {
  	align-self: stretch;
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	font-size: 16px;
}

  /* ===== HOW TO ENJOY (4つの楽しみ方)  サブ　===== */
  .enjoy {
    background: #8ee0d8;
    padding: 70px 40px;
  }

  .enjoy-inner { max-width: 960px; margin: 0 auto; }

  .enjoy-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
  }

  .enjoy-card {
    background: transparent;
  }

  .enjoy-card-img {
    width: 100%;
    height: 200px;
    /*border-radius: 8px;*/
    overflow: hidden;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: rgba(255,255,255,0.4);
  }

  .enjoy-card-img img[src=""] { display: none; }

  .enjoy-card-body {
    padding: 0;
  }

  .point-badge {
    font-size: 11px;
    color: var(--teal-dark);
    font-weight: 600;
    border: 1px solid var(--teal-dark);
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
    background: transparent;
  }

  .enjoy-card-body h3 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 8px;
    color: var(--text);
    line-height: 1.5;
  }

  .enjoy-card-body p {
    font-size: 13px;
    color: var(--text);
    line-height: 1.7;
  }

  /* ===== POINT SYSTEM ===== */
  .points-section {
    background: #F4F8FD;
    padding: 70px 40px;
  }

  .points-inner { max-width: 960px; margin: 0 auto; }

  .points-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    justify-content: center;
    border-bottom: none;
  }

  .points-tab {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 30px;
    border: 1.5px solid #D9D9D9;
    background: #fff;
    color: #004EA2;
    transition: background 0.2s, color 0.2s;
  }

  .points-tab.active {
    background: #fff;
    color: #004EA2;
    border-color: #D9D9D9;
  }

  .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: static;
  }

  .steps::before { display: none; }

  .step {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
  }

  .step-header {
    background: #1ED0B0;
    color: #fff;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    letter-spacing: 2px;
    font-family: Zalando Sans;
  }

  .step-body {
    background: #fff;
    padding: 20px 20px 40px;
    border-radius: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .step-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: #444444;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .step-illust {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
  }

  .step-illust img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .step-illust img[src=""] { display: none; }

  .gift-card-img {
    background: transparent;
    text-align: center;
    font-size: 28px;
  }

  .amazon-500 {
    display: none;
  }

  /* ===== PRESENT ===== */
  .present {
    background: #fff;
    padding: 70px 40px;
  }

  .present-inner { max-width: 960px; margin: 0 auto; }

  .present-note {
    text-align: center;
    font-size: 18px;
    color: #1ED0B0;
    font-weight: 600;
    margin-bottom: 40px;
  }

  .present-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .present-card {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
  }

  .present-card-img-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    /*border-radius: 12px;*/
    overflow: hidden;
    margin-bottom: 16px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
  }

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

  .present-card-img-wrap img.photo[src=""] { display: none; }

  .present-mascot {
    position: absolute;
    bottom: -16px;
    right: 16px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--teal-light);
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    overflow: hidden;
  }

  .present-mascot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .present-mascot img[src=""] { display: none; }

  .present-card-body {
    padding: 20px 0 0;
  }

  .present-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #444444;
  }

  .present-title-icon {
    font-size: 18px;
    color: var(--teal);
  }

  .present-card-body p {
    font-size: 18px;
    line-height: 1.7;
  }

  .present_vector-icon {
  	width: 20px;
  	position: relative;
  	max-height: 100%;
}

  /* ===== CTA ===== */
  .cta {
    background: linear-gradient(270deg, #1CF3CA 0%, #1ED0B0 100%);
    padding: 100px 80px;
  }

  .cta-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .cta-left { text-align: left; }

  .cta h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .cta p {
    font-size: 19px;
    color: rgba(255,255,255,0.95);
  }

  .btn-line-white {
    background: #fff;
    color: #1ED0B0;
    border: none;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }



  /* ===== FAQ ===== */
  .faq {
    background: #F4F8FD;
    padding: 70px 40px;
  }

  .faq-inner { max-width: 850px; margin: 0 auto; }

  .faq-item {
    background: #F4F8FD;
    border: 2px solid #D6D6D6;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
  }

  .faq-item.open {
    border-color: var(--teal);
  }

  .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    gap: 12px;
    border-bottom: none;
  }

  .faq-question-text {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .faq-q-icon {
    color: #1ED0B0;
    font-weight: 400;
    font-size: 20px;
    flex-shrink: 0;
    font-family: Zalando Sans;
  }

  .faq-toggle {
    width: 32px;
    height: 32px;
    border: 1.5px solid var(--teal);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--teal);
    font-size: 18px;
    font-weight: 300;
    transition: background 0.2s;
  }

  .faq-item.open .faq-toggle {
    background: rgba(0,185,168,0.05);
  }

  .faq-answer {
    display: none;
    margin: 0 16px 16px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.8;
  }

  .faq-item.open .faq-answer {
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }

  .faq-a-icon {
    color: #1ED0B0;
    font-weight: 400;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 1px;
    font-family: Zalando Sans;
  }

  /* ===== FOOTER ===== */
  footer {
    background: #294460;
    color: #fff;
    padding: 50px 40px 30px;
  }

  .footer-inner {
    max-width: 960px;
    margin: 0 auto;
  }

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

  .footer-logo-area { flex: 1; }

  .footer-tagline {
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 500;
  }

  .footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .footer-logo span:first-child {
    background: #1a73c8;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    padding: 8px 18px;
    border-radius: 8px;
  }

  .footer-logo span:last-child {
    background: var(--teal);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    padding: 8px 18px;
    border-radius: 8px;
  }

  .footer-contact {
    background: #43668B;
    border-radius: 10px;
    padding: 22px 28px;
    min-width: 360px;
  }

  .footer-contact h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .footer-contact h4::before {
    content: url(/files/doshin_friends/img/vector_contact.svg);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .footer-contact p {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    line-height: 2;
    font-weight: 500;
  }

  .footer-contact a {
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
  }

  .footer-nav {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
  }

  .footer-nav-links {
    display: flex;
    gap: 24px;
  }

  .footer-nav a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .footer-nav a::after {
    content: url(/files/doshin_friends/img/vector_rink.svg);
    font-size: 11px;
    opacity: 0.7;
  }

  .footer-nav a:hover { color: #fff; }

  .footer-copy {
    font-size: 15px;
    color: #ffffff;
  }

  /* ===== FLOATING BUTTON ===== */
  .btn-friends-register {
    position: fixed;
    right: 0px;
    z-index: 999;
    background: var(--dofure_color, linear-gradient(90deg, #004EA2 0%, #1ED0B0 100%));
    color: #fff;
    padding: 25px 40px;
    border-radius: 0 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 15px 0 rgba(217, 217, 217, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .btn-friends-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,185,168,0.5);
  }

  .btn-friends-register::before {
    content: url("/files/doshin_friends/img/friends_cta_ico.svg");
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 700px) {
    .hero-inner { flex-direction: column; }
    .hero-right { display: none; }
    .about-inner { flex-direction: column; }
    .about-img { flex: none; width: 100%; }
    .enjoy-cards { grid-template-columns: repeat(2, 1fr); }
    .steps { flex-direction: column; }
    .steps::before { display: none; }
    .present-cards { grid-template-columns: 1fr; }
    .cta-inner { flex-direction: column; text-align: center; }
    .cta-left { text-align: center; }
    .footer-top { flex-direction: column; }
    .footer-contact { text-align: left; }
  }